UNPKG

@hhgtech/hhg-components

Version:
22 lines (21 loc) 622 B
import { MantineSize } from '@mantine/core'; type StylesParams = { type?: 'button' | 'radio'; gap?: number; size?: MantineSize; }; declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => { classes: { root: string; wrapper: string; groupErr: string; itemRoot: string; itemLabelWrapper: string; itemLabel: string; itemInner: string; itemBody: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;