Rename findNodeByComponentInstance to findNodeByComponentRef

This commit is contained in:
2019-07-31 00:33:55 +05:30
parent 04a69af199
commit fc47961602
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
import traverse from "./traverse";
import {
findNodeByComponent,
findNodeByComponentInstance,
findNodeByComponentRef,
findNodeByComponentName
} from "./findNode";
export {
traverse,
findNodeByComponent,
findNodeByComponentInstance,
findNodeByComponentRef,
findNodeByComponentName
};