UNPKG

tdesign-vue-next

Version:
6 lines (5 loc) 205 B
import { Plugin } from 'vue'; import { DrawerMethod } from './type'; export type DrawerPluginType = Plugin & DrawerMethod; export declare const DrawerPlugin: DrawerPluginType; export default DrawerPlugin;