Two-tree view up and running, separately interactive/editable
Summary: Added duplicate view tree (will be replaced with accessibility node tree eventually). Can toggle ax mode on and off and interact with each tree individually to view/change properties. Reviewed By: danielbuechele Differential Revision: D8717557 fbshipit-source-id: 1109ccafd49b6958ee7a70c2e8851ed8351516ae
This commit is contained in:
committed by
Facebook Github Bot
parent
917376db6d
commit
d8cf48d750
@@ -128,6 +128,7 @@ export {default as ResizeSensor} from './components/ResizeSensor.js';
|
||||
|
||||
// typhography
|
||||
export {default as HorizontalRule} from './components/HorizontalRule.js';
|
||||
export {default as VerticalRule} from './components/VerticalRule.js';
|
||||
export {default as Label} from './components/Label.js';
|
||||
export {default as Heading} from './components/Heading.js';
|
||||
|
||||
@@ -154,6 +155,7 @@ export type {
|
||||
Element,
|
||||
ElementSearchResultSet,
|
||||
} from './components/elements-inspector/ElementsInspector.js';
|
||||
export {Elements} from './components/elements-inspector/elements.js';
|
||||
export {
|
||||
default as ElementsInspector,
|
||||
} from './components/elements-inspector/ElementsInspector.js';
|
||||
|
||||
Reference in New Issue
Block a user