revert(core): type imports

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-20 00:38:56 +01:00
committed by Braks
parent 7195582a6c
commit 770ab6ca1e
@@ -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,