Export FileSelector

Summary: FileSelector was added in D19743998, but it was not exported to be used by other. This diff exports it so that developers can use.

Reviewed By: mweststrate

Differential Revision: D21653870

fbshipit-source-id: 062247fa7a14c7ddf87c927205880a695598928d
This commit is contained in:
Chaiwat Ekkaewnumchai
2020-05-20 06:56:01 -07:00
committed by Facebook GitHub Bot
parent 74ce4f1e5b
commit a5cd79ea8b

View File

@@ -177,6 +177,7 @@ export {default as ElementsInspector} from './ui/components/elements-inspector/E
export {InspectorSidebar} from './ui/components/elements-inspector/sidebar';
export {Console} from './ui/components/console';
export {default as Sheet} from './ui/components/Sheet';
export {default as FileSelector} from './ui/components/FileSelector';
export {KeyboardActions} from './MenuBar';
export {getFlipperMediaCDN} from './fb-stubs/user';
export {Rect} from './utils/geometry';