UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 264 B
import type { SFCWithInstall } from '../_util/interface'; import Tag from './tag.vue'; type TagType = SFCWithInstall<typeof Tag>; export { tagProps } from './props'; export type { TagProps } from './props'; export declare const FTag: TagType; export default FTag;