UNPKG

vue3-draggable-next

Version:
10 lines (9 loc) 300 B
export function getComponentAttributes({ $attrs, componentData }: { $attrs: any; componentData?: {}; }): any; export function createSortableOption({ $attrs, callBackBuilder }: { $attrs: any; callBackBuilder: any; }): any; export function getValidSortableEntries(value: any): any[][];