chore(core): cleanup types

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-02 08:47:38 +01:00
committed by Braks
parent c27288de69
commit ee8ccfe2cc
+1 -1
View File
@@ -12,7 +12,7 @@ interface UseDragParams {
onStop: (event: NodeDragEvent['event'], currentNode: NodeDragEvent['node'], nodes: NodeDragEvent['nodes']) => void
el: Ref<Element | undefined>
disabled?: ComputedRef<boolean>
selectable: ComputedRef<boolean>
selectable?: ComputedRef<boolean>
id?: string
}