chore(nodes): remove nodeElement from NodeProps type

This commit is contained in:
bcakmakoglu
2022-06-23 19:13:50 +02:00
committed by Braks
parent a84dc911d2
commit e395cc7aad
-2
View File
@@ -125,8 +125,6 @@ export interface NodeProps<Data = ElementData, CustomEvents = {}> {
sourcePosition?: Position
/** drag handle query selector */
dragHandle?: string
/** node DOM-element */
nodeElement: HTMLDivElement
/** additional data of node */
data?: Data