UNPKG

advint-user-admin

Version:

开箱即用的后台管理基础用户系统组件

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