UNPKG

jnf-ui

Version:

基于 vue3+ ts+ 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 {};