caroline-vue-draggable-plus
Version:
Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
9 lines (8 loc) • 496 B
TypeScript
import { UseDraggableOptions } from './useDraggable';
interface IProps extends UseDraggableOptions<any> {
modelValue: any[];
tag?: string;
target?: string;
}
export declare const VueDraggable: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export {};