UNPKG

magic-design

Version:
4 lines (3 loc) 154 B
import { Plugin } from 'vue'; export declare type SFCWithInstall<T> = T & Plugin; export declare const withInstall: <T>(main: T) => SFCWithInstall<T>;