UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 463 B
import { SFCWithInstall } from "../../utils/vue/typescript.js"; import "../../utils/index.js"; import { TagEmits, TagInstance, TagProps, TagPropsPublic, tagEmits, tagProps } from "./src/tag.js"; import { _default } from "./src/tag.vue.js"; //#region ../../packages/components/tag/index.d.ts declare const ElTag: SFCWithInstall<typeof _default>; //#endregion export { ElTag, ElTag as default, TagEmits, TagInstance, TagProps, TagPropsPublic, tagEmits, tagProps };