chore(core): cleanup types
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user