UNPKG
@marshallswain/vuedraggable
Version:
latest (4.2.0)
4.2.0
draggable component for vue
github.com/marshallswain/vue-draggable
marshallswain/vue-draggable
@marshallswain/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;