export ElementsInspectorProps; optional id of linked Elements

Summary: a bit of refactoring since we are going to use elements inspector a lot in NT related plugins

Reviewed By: jknoxville

Differential Revision: D21155830

fbshipit-source-id: 0ff6acf97658bccbbed86388257bbad207fd65b4
This commit is contained in:
Timur Valiev
2020-04-28 05:57:19 -07:00
committed by Facebook GitHub Bot
parent 79937f198d
commit 931bf1f14f
3 changed files with 9 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ export {
ElementAttribute,
Element,
ElementSearchResultSet,
ElementsInspectorProps,
} from './ui/components/elements-inspector/ElementsInspector';
export {Elements} from './ui/components/elements-inspector/elements';
export {ContextMenuExtension} from './ui/components/elements-inspector/elements';