UNPKG

vue-draggable-plus

Version:

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2

11 lines (10 loc) 214 B
/** * Logs a warning message. * @param {string} msg */ export declare function warn(msg: string): void; /** * Logs an error message. * @param {string} msg */ export declare function error(msg: string): void;