UNPKG
zhyswan-vuedraggable
Version:
latest (4.1.3)
4.1.3
4.1.2
4.1.1
4.1.0
draggable component for vue
github.com/zhyswan/vue.draggable.next
zhyswan/vue.draggable.next
zhyswan-vuedraggable
/
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;