UNPKG

vue3-draggable-next

Version:
8 lines (7 loc) 229 B
export function computeComponentStructure({ $slots, tag, realList, getKey }: { $slots: any; tag: any; realList: any; getKey: any; }): ComponentStructure; import { ComponentStructure } from "./componentStructure";