MarkerTimeline

Summary: Moving the `MarkerTimeline` from the QPL plugin to the Flipper UI library, so it can be used by other plugin.

Reviewed By: priteshrnandgaonkar

Differential Revision: D13377065

fbshipit-source-id: 9ef1f0e044fa85b68a01e23071042600aa5c3c63
This commit is contained in:
Daniel Büchele
2018-12-14 10:09:50 -08:00
committed by Facebook Github Bot
parent c9131963d5
commit 3b45976217
4 changed files with 319 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ export {default as Heading} from './components/Heading.js';
// filters
export type {Filter} from './components/filter/types.js';
export {default as MarkerTimeline} from './components/MarkerTimeline.js';
//
export {
SearchBox,