chore(examples): add zindexmode

This commit is contained in:
moklick
2025-12-02 13:43:12 +01:00
parent 4eb42952f0
commit ddbb9280f6
6 changed files with 97 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ export {
type SetViewport,
type FitBounds,
type HandleConnection,
type ZIndexMode,
} from '@xyflow/system';
// we need this workaround to prevent a duplicate identifier error

View File

@@ -122,7 +122,8 @@ export {
type SetCenter,
type SetViewport,
type FitBounds,
type HandleConnection
type HandleConnection,
type ZIndexMode
} from '@xyflow/system';
// system utils