@hhgtech/hhg-components
Version:
Hello Health Group common components
12 lines (11 loc) • 359 B
TypeScript
import { CustomStylesType } from "../../../mantine";
declare const _default: (params: {
variantStyle: CustomStylesType;
}, options?: import("@mantine/core").UseStylesOptions<string>) => {
classes: {
input: string;
};
cx: (...args: any) => string;
theme: import("@mantine/core").MantineTheme;
};
export default _default;