@hhgtech/hhg-components
Version:
Hello Health Group common components
14 lines (13 loc) • 368 B
TypeScript
export interface StylesParams {
size?: string;
weight?: string;
as?: any;
}
declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => {
classes: {
root: string;
};
cx: (...args: any) => string;
theme: import("@mantine/core").MantineTheme;
};
export default _default;