Move highlighter to flipper-plugin

Summary: This stack moves the DataInspector component to flipper-plugin. The first diffs will move some utility abstractions to turn this into smaller steps

Reviewed By: passy

Differential Revision: D27591890

fbshipit-source-id: d0285ca31b6c9b334000dd15c722b9bda7638d73
This commit is contained in:
Michel Weststrate
2021-04-07 07:52:47 -07:00
committed by Facebook GitHub Bot
parent cd27e4c010
commit b6674bf96b
8 changed files with 25 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ export {
default as DataDescription,
DataDescriptionType,
} from './ui/components/data-inspector/DataDescription';
export {HighlightManager} from './ui/components/Highlight';
export {_HighlightManager as HighlightManager} from 'flipper-plugin';
export {default as Tabs} from './ui/components/Tabs';
export {default as Tab} from './ui/components/Tab';
export {default as Input} from './ui/components/Input';