UNPKG

@hhgtech/hhg-components

Version:
25 lines (24 loc) 845 B
export declare const StyledIconContainerClass = "hhgcomp-toolbanner-iconcontainer"; export declare const StyledInnerClass = "hhgcomp-toolbanner-inner"; export declare const StyledWrapperClass = "hhgcomp-toolbanner-wrapper"; interface StylesParams { isRevamp?: boolean; isPregTool?: boolean; bannerColor?: string; isMarryBaby: boolean; } export declare const useStyles: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => { classes: { wrapper: string; container: string; headingWrapper: string; avatarWrapper: string; reviewText: string; iconWrapper: string; heading: string; disclaimerIcon: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export {};