mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
Export findNode mthods from index
This commit is contained in:
+11
-1
@@ -1,3 +1,13 @@
|
|||||||
import traverse from "./traverse";
|
import traverse from "./traverse";
|
||||||
|
import {
|
||||||
|
findNodeByComponent,
|
||||||
|
findNodeByComponentInstance,
|
||||||
|
findNodeByComponentName
|
||||||
|
} from "./findNode";
|
||||||
|
|
||||||
export { traverse };
|
export {
|
||||||
|
traverse,
|
||||||
|
findNodeByComponent,
|
||||||
|
findNodeByComponentInstance,
|
||||||
|
findNodeByComponentName
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user