UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

7 lines (6 loc) 198 B
import { Plugin, Directive } from 'vue'; declare function withInstall<T>(comp: T, alias?: string, directive?: { name: string; comp: Directive<T>; }): T & Plugin; export default withInstall;