chore(types): add exports
This commit is contained in:
@@ -109,6 +109,9 @@ export {
|
|||||||
type NodeConnection,
|
type NodeConnection,
|
||||||
type OnReconnect,
|
type OnReconnect,
|
||||||
type AriaLabelConfig,
|
type AriaLabelConfig,
|
||||||
|
type SetCenter,
|
||||||
|
type SetViewport,
|
||||||
|
type FitBounds,
|
||||||
} from '@xyflow/system';
|
} from '@xyflow/system';
|
||||||
|
|
||||||
// we need this workaround to prevent a duplicate identifier error
|
// we need this workaround to prevent a duplicate identifier error
|
||||||
|
|||||||
@@ -116,7 +116,10 @@ export {
|
|||||||
type ResizeDragEvent,
|
type ResizeDragEvent,
|
||||||
type IsValidConnection,
|
type IsValidConnection,
|
||||||
type NodeConnection,
|
type NodeConnection,
|
||||||
type AriaLabelConfig
|
type AriaLabelConfig,
|
||||||
|
type SetCenter,
|
||||||
|
type SetViewport,
|
||||||
|
type FitBounds
|
||||||
} from '@xyflow/system';
|
} from '@xyflow/system';
|
||||||
|
|
||||||
// system utils
|
// system utils
|
||||||
|
|||||||
Reference in New Issue
Block a user