UNPKG

xframelib

Version:

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

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