UNPKG
vuedraggable-es
Version:
latest (4.1.1)
4.1.1
4.1.0
draggable component for vue
github.com/SortableJS/Vue.Draggable
SortableJS/Vue.Draggable
vuedraggable-es
/
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;