Skip to content

Commit

Permalink
Exporting new context
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Feb 4, 2024
1 parent 080460f commit 587ed90
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { GraphConfig, type InputProps } from './config'
export { NodeGraphEditor } from './NodeGraphEditor'
export { GraphConfigProvider } from './context/GraphConfigContext'
export { useBuildGraphConfig } from './hooks/config.ts'
export {
useNodeCollapsed,
Expand All @@ -16,4 +15,9 @@ export { NodeSelectField } from './components/NodeSelectField.tsx'
export { NodeDenseLinkedField } from './components/NodeDenseLinkedField.tsx'
export { NodeLinkedField } from './components/NodeLinkedField.tsx'
export { NodeOutputField } from './components/NodeOutputField.tsx'
export { GraphContext, GraphProvider } from './context/GraphContext'
export {
GraphContext,
GraphProvider,
useGraphStore,
useGraphApi,
} from './context/GraphContext'

0 comments on commit 587ed90

Please sign in to comment.