UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 278 B
import type { SFCWithInstall } from '../_util/interface'; import Badge from './badge'; export { badgeProps } from './props'; export type { BadgeProps } from './props'; type BadgeType = SFCWithInstall<typeof Badge>; export declare const FBadge: BadgeType; export default FBadge;