UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

11 lines (10 loc) 448 B
import type { BadgeCssVariables, BadgeFactory, BadgeProps, BadgeStylesNames, BadgeVariant } from './Badge'; export { Badge } from './Badge'; export type { BadgeProps, BadgeStylesNames, BadgeCssVariables, BadgeVariant, BadgeFactory }; export declare namespace Badge { type Props = BadgeProps; type StylesNames = BadgeStylesNames; type CssVariables = BadgeCssVariables; type Variant = BadgeVariant; type Factory = BadgeFactory; }