diff --git a/src/index.ts b/src/index.ts index eb231a0..b26bb20 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,11 +4,13 @@ import { findNodeByComponentRef, findNodeByComponentName } from "./findNode"; +import * as Utils from "./utils"; export { traverse, traverseGenerator, findNodeByComponent, findNodeByComponentRef, - findNodeByComponentName + findNodeByComponentName, + Utils };