@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
12 lines • 651 B
TypeScript
import { MantineTheme, MantineSize, MantineNumberSize } from '../../theme';
interface BadgeStyles {
color: string;
theme: MantineTheme;
size: MantineSize;
radius: MantineNumberSize;
fullWidth: boolean;
}
export declare const heights: Record<MantineSize, number>;
declare const _default: (args?: BadgeStyles, classNames?: Partial<Record<"light" | "outline" | "dot" | "filled" | "root" | "rightSection" | "inner" | "leftSection", string>>, name?: string) => Record<"light" | "outline" | "dot" | "filled" | "root" | "rightSection" | "inner" | "leftSection", string>;
export default _default;
//# sourceMappingURL=Badge.styles.d.ts.map