UNPKG
vue3-draggable-next
Version:
latest (4.1.4)
4.1.4
4.1.3
4.1.2
4.1.1
draggable component for vue
github.com/SortableJS/Vue.Draggable
SortableJS/Vue.Draggable
vue3-draggable-next
/
types
/
util
/
htmlHelper.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
export
function
insertNodeAt
(fatherNode: any, node: any, position: any)
: void;
export
function
removeNode
(node: any)
: void;