mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
lib - export utils from main export
This commit is contained in:
+3
-1
@@ -4,11 +4,13 @@ import {
|
||||
findNodeByComponentRef,
|
||||
findNodeByComponentName
|
||||
} from "./findNode";
|
||||
import * as Utils from "./utils";
|
||||
|
||||
export {
|
||||
traverse,
|
||||
traverseGenerator,
|
||||
findNodeByComponent,
|
||||
findNodeByComponentRef,
|
||||
findNodeByComponentName
|
||||
findNodeByComponentName,
|
||||
Utils
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user