refactor(types): only export HandleProps but not HandleComponentProps

This commit is contained in:
moklick
2024-05-07 16:22:26 +02:00
parent 5093213116
commit 2b0d75ddaa
8 changed files with 19 additions and 41 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export { default as ReactFlow } from './container/ReactFlow';
export { Handle, type HandleComponentProps } from './components/Handle';
export { Handle, type HandleProps } from './components/Handle';
export { EdgeText } from './components/Edges/EdgeText';
export { StraightEdge } from './components/Edges/StraightEdge';
export { StepEdge } from './components/Edges/StepEdge';