update: move component related types to component-type file

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-21 16:54:24 +01:00
parent 062aee45b2
commit d24de0c0c2
6 changed files with 62 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Component, CSSProperties, DefineComponent } from 'vue'
import { XYPosition, ElementId, Position } from './flow'
import { HandleElement } from './handle'
import { HandleElement } from './components'
interface VFInternals {
position: XYPosition