UNPKG

@blueking/ediatable

Version:

蓝鲸 Ediatable

7 lines (6 loc) 155 B
import type { App } from 'vue'; /** * 设置全局指令 * @param app vue app */ export declare const setGlobalDirectives: (app: App<Element>) => void;