UNPKG

vue-draggable

Version:

Vue drag and drop library without any dependency

9 lines (6 loc) 176 B
import _Vue from 'vue' export declare function install(Vue: typeof _Vue): void; declare class VueDraggable { static install: typeof install; } export default VueDraggable;