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
/
core
/
renderHelper.d.ts
8 lines
(7 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
function
computeComponentStructure
(
{ $slots, tag, realList, getKey }: { $slots:
any
; tag:
any
; realList:
any
; getKey:
any
; }
):
ComponentStructure
;
import
{
ComponentStructure
}
from
"./componentStructure"
;