UNPKG

tdesign-mobile-vue

Version:
6 lines (5 loc) 271 B
import { Plugin } from 'vue'; export declare type WithInstallType<T> = T & Plugin; export declare const withInstall: <T>(comp: T, alias?: string) => T & Plugin<any[]>; export default withInstall; export declare function extendAPI<T = Record<string, any>>(apis: T): void;