UNPKG

tdesign-vue

Version:
7 lines (6 loc) 229 B
import { PluginObject } from 'vue'; export declare function withInstall<T>(comp: T, dep?: PluginObject<any>, directive?: { name: string; comp: unknown; }, alias?: string): T & PluginObject<T>; export default withInstall;