@hhgtech/hhg-components
Version:
Hello Health Group common components
29 lines (28 loc) • 1.95 kB
TypeScript
/// <reference types="react" />
export declare const StyledTopBar: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
export declare const StyledTopBarHeaderRight: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const StyledTopBarIcon: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const StyledTopbarHeading: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const StyledTopbarHeadingText: import("@emotion/styled").StyledComponent<{
size?: import("../../../../../mantine").TextSize;
weight?: "caption" | "regular" | "semiBold" | "bold" | "halfBold";
as?: any;
wordWrap?: "none" | "break-word" | "break-all";
isUppercase?: boolean;
variant?: "primary" | "secondary" | "tertiary" | "disabled" | "error" | "success";
href?: string;
} & Omit<import("react").HTMLAttributes<unknown>, "size"> & Omit<import("@mantine/core").TextProps, "size" | "weight" | "component"> & import("@mantine/styles").DefaultProps<"root", Record<string, any>> & import("../../../../../types").DataTrackingType & import("react").RefAttributes<HTMLParagraphElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;