UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 87 B
import type { Plugin } from 'vue'; export declare type SFCWithInstall<T> = T & Plugin;