Export TimelineDataDescription
Summary: It wasn't exported, instead it was consumed by the 'flipper' deprecated module. Reviewed By: fabiomassimo Differential Revision: D43872434 fbshipit-source-id: 70a4a525c660f0779f942739311205417cef3834
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c839949fa4
commit
bdf3dbe332
@@ -50,6 +50,7 @@ test('Correct top level API exposed', () => {
|
|||||||
"Tab",
|
"Tab",
|
||||||
"Tabs",
|
"Tabs",
|
||||||
"TestUtils",
|
"TestUtils",
|
||||||
|
"TimelineDataDescription",
|
||||||
"Toolbar",
|
"Toolbar",
|
||||||
"Tracked",
|
"Tracked",
|
||||||
"TrackingScope",
|
"TrackingScope",
|
||||||
|
|||||||
@@ -86,6 +86,7 @@ export {
|
|||||||
} from './ui/data-inspector/DataDescription';
|
} from './ui/data-inspector/DataDescription';
|
||||||
export {MarkerTimeline} from './ui/MarkerTimeline';
|
export {MarkerTimeline} from './ui/MarkerTimeline';
|
||||||
export {DataInspector} from './ui/data-inspector/DataInspector';
|
export {DataInspector} from './ui/data-inspector/DataInspector';
|
||||||
|
export {TimelineDataDescription} from './ui/data-inspector/TimelineDataDescription';
|
||||||
export {Dialog, DialogResult} from './ui/Dialog';
|
export {Dialog, DialogResult} from './ui/Dialog';
|
||||||
export {
|
export {
|
||||||
ElementsInspector,
|
ElementsInspector,
|
||||||
|
|||||||
@@ -940,6 +940,8 @@ function HighlightedText(props: {text: string}) {
|
|||||||
|
|
||||||
### ElementsInspectorProps
|
### ElementsInspectorProps
|
||||||
|
|
||||||
|
### TimelineDataDescription
|
||||||
|
|
||||||
Coming soon
|
Coming soon
|
||||||
|
|
||||||
### MasterDetail
|
### MasterDetail
|
||||||
|
|||||||
Reference in New Issue
Block a user