revert(core): type imports
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -2,13 +2,12 @@
|
|||||||
import type { D3ZoomEvent } from 'd3-zoom'
|
import type { D3ZoomEvent } from 'd3-zoom'
|
||||||
import Viewport from '../Viewport/Viewport.vue'
|
import Viewport from '../Viewport/Viewport.vue'
|
||||||
import A11yDescriptions from '../../components/A11y/A11yDescriptions.vue'
|
import A11yDescriptions from '../../components/A11y/A11yDescriptions.vue'
|
||||||
|
import type { FlowElements, FlowProps } from '../../types/flow'
|
||||||
import type {
|
import type {
|
||||||
Connection,
|
Connection,
|
||||||
EdgeChange,
|
EdgeChange,
|
||||||
EdgeMouseEvent,
|
EdgeMouseEvent,
|
||||||
EdgeUpdateEvent,
|
EdgeUpdateEvent,
|
||||||
FlowElements,
|
|
||||||
FlowProps,
|
|
||||||
GraphEdge,
|
GraphEdge,
|
||||||
GraphNode,
|
GraphNode,
|
||||||
NodeChange,
|
NodeChange,
|
||||||
|
|||||||
Reference in New Issue
Block a user