We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PanelPositionType
1 parent c59803e commit 1c4e208Copy full SHA for 1c4e208
packages/controls/src/types.ts
@@ -1,4 +1,4 @@
1
-import type { FitViewParams, PanelPosition } from '@vue-flow/core'
+import type { FitViewParams, PanelPosition, PanelPositionType } from '@vue-flow/core'
2
3
export interface ControlProps {
4
/** Show the zoom icon */
@@ -10,5 +10,5 @@ export interface ControlProps {
10
/** Params to use on fitView */
11
fitViewParams?: FitViewParams
12
/** Position of the controls {@link PanelPosition} */
13
- position?: PanelPosition
+ position?: PanelPositionType | PanelPosition
14
}
0 commit comments