chore(types): add exports

This commit is contained in:
moklick
2025-06-12 10:47:42 +02:00
parent bc416dcab0
commit f0bcec449c
2 changed files with 7 additions and 1 deletions

View File

@@ -109,6 +109,9 @@ export {
type NodeConnection,
type OnReconnect,
type AriaLabelConfig,
type SetCenter,
type SetViewport,
type FitBounds,
} from '@xyflow/system';
// we need this workaround to prevent a duplicate identifier error

View File

@@ -116,7 +116,10 @@ export {
type ResizeDragEvent,
type IsValidConnection,
type NodeConnection,
type AriaLabelConfig
type AriaLabelConfig,
type SetCenter,
type SetViewport,
type FitBounds
} from '@xyflow/system';
// system utils