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
/
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"
;