@hhgtech/hhg-components
Version:
Hello Health Group common components
19 lines (18 loc) • 532 B
TypeScript
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;