chore(examples): add zindexmode
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -122,7 +122,8 @@ export {
|
||||
type SetCenter,
|
||||
type SetViewport,
|
||||
type FitBounds,
|
||||
type HandleConnection
|
||||
type HandleConnection,
|
||||
type ZIndexMode
|
||||
} from '@xyflow/system';
|
||||
|
||||
// system utils
|
||||
|
||||
Reference in New Issue
Block a user