@hhgtech/hhg-components
Version:
Hello Health Group common components
21 lines (20 loc) • 626 B
TypeScript
import { VarianStyle } from "./index.types";
declare const _default: (params: {
isPregTool?: boolean;
variant: VarianStyle;
}, options?: import("@mantine/core").UseStylesOptions<string>) => {
classes: {
root: string;
submitBtn: string;
bodyWrapper: string;
scrollAreaWrapper: string;
bannerWrapper: string;
bannerHeading: string;
bannerReviewText: string;
submitWrapper: string;
newsletterBlock: string;
};
cx: (...args: any) => string;
theme: import("@mantine/core").MantineTheme;
};
export default _default;