UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

4 lines (3 loc) 156 B
import type { Plugin } from "vue"; export declare type SFCWithInstall<T> = T & Plugin; export declare const withInstall: <T>(comp: T) => SFCWithInstall<T>;