UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 199 B
import Tag from './src/tag.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElTag: SFCWithInstall<typeof Tag>; export default ElTag; export * from './src/tag';