UNPKG

dum-ui-plus

Version:

Vue3 中基于Element-plus二次封装基础组件文档

5 lines (4 loc) 205 B
import { Plugin } from 'vue'; type SFCWithInstall<T> = T & Plugin; export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E | undefined) => SFCWithInstall<T> & E; export {};