UNPKG

@jiaozhiye/qm-design-vue

Version:

A Component Library for Vue3.0

4 lines (3 loc) 277 B
import type { Component } from 'vue'; import type { SFCWithInstall } from './types'; export declare const withInstall: <T extends Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>>(component: T, alias?: string) => SFCWithInstall<T>;