UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

10 lines (9 loc) 366 B
import Badge from "./badge"; import BadgeAnchor from "./badge-anchor"; export declare type BadgeComponentType = typeof Badge & { Anchor: typeof BadgeAnchor; }; export type { BadgeProps, BadgeTypes } from "./badge"; export type { BadgeAnchorProps, BadgeAnchorPlacement } from "./badge-anchor"; declare const _default: BadgeComponentType; export default _default;