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