UNPKG

@hhgtech/hhg-components

Version:
23 lines (22 loc) 678 B
import { ReactNode } from 'react'; import { CustomStylesType } from "../../../mantine"; export interface ButtonStyles { color?: string; size?: string; variant?: string; skipHover?: boolean; isError?: boolean; isSuccess?: boolean; children?: ReactNode; theme?: 'helloSites' | 'marryBaby'; customStylesType?: CustomStylesType; } declare const _default: (params: ButtonStyles, options?: import("@mantine/core").UseStylesOptions<string>) => { classes: { root: string; leftIcon: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;