UNPKG

xframelib

Version:

The accumulated front-end development foundation library originates from projects and serves projects.

8 lines (7 loc) 195 B
import { App, Directive } from 'vue'; /** * 可拖拽命令 */ declare const dragDirective: Directive; export declare function setupDragDirective(app: App): void; export default dragDirective;