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