element-plus
Version:
A Component Library for Vue 3
8 lines (7 loc) • 428 B
TypeScript
import { SFCWithInstall } from "../../utils/vue/typescript.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 };