update(types): remove Loading type from components.ts
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+2
-12
@@ -1,15 +1,5 @@
|
|||||||
import { Component, CSSProperties, DefineComponent } from 'vue'
|
import { Component, CSSProperties, DefineComponent } from 'vue'
|
||||||
import {
|
import { BackgroundVariant, Dimensions, ElementId, Elements, FitViewParams, FlowOptions, Position, XYPosition } from './flow'
|
||||||
BackgroundVariant,
|
|
||||||
Dimensions,
|
|
||||||
ElementId,
|
|
||||||
Elements,
|
|
||||||
FitViewParams,
|
|
||||||
FlowOptions,
|
|
||||||
Loading,
|
|
||||||
Position,
|
|
||||||
XYPosition,
|
|
||||||
} from './flow'
|
|
||||||
import { Connection, ConnectionLineType, ConnectionMode } from './connection'
|
import { Connection, ConnectionLineType, ConnectionMode } from './connection'
|
||||||
import { GraphNode, Node, NodeExtent, NodeProps, TranslateExtent } from './node'
|
import { GraphNode, Node, NodeExtent, NodeProps, TranslateExtent } from './node'
|
||||||
import { EdgeProps } from './edge'
|
import { EdgeProps } from './edge'
|
||||||
@@ -151,5 +141,5 @@ export interface FlowProps extends FlowOptions {
|
|||||||
zoomOnDoubleClick?: boolean
|
zoomOnDoubleClick?: boolean
|
||||||
edgeUpdaterRadius?: number
|
edgeUpdaterRadius?: number
|
||||||
storageKey?: string
|
storageKey?: string
|
||||||
loading?: Loading
|
loading?: string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user