Skip to content

Commit

Permalink
fix(exports): add hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Jan 20, 2022
1 parent a182458 commit bfea566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Expand Up @@ -26,6 +26,9 @@ export { getMarkerEnd, getCenter as getEdgeCenter } from './components/Edges/uti

export { default as useReactFlow } from './hooks/useReactFlow';
export { default as useUpdateNodeInternals } from './hooks/useUpdateNodeInternals';
export { default as useNodes } from './hooks/useNodes';
export { default as useEdges } from './hooks/useEdges';
export { default as useViewport } from './hooks/useViewport';
export * from './hooks/useNodesEdgesState';
export { useStore, useStoreApi } from './store';

Expand Down

0 comments on commit bfea566

Please sign in to comment.