UNPKG

@hhgtech/hhg-components

Version:
19 lines (18 loc) 532 B
type StylesParams = { type?: 'button' | 'radio'; }; 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;