@hhgtech/hhg-components
Version:
Hello Health Group common components
15 lines (14 loc) • 942 B
TypeScript
/// <reference types="react" />
export declare const StyledItemWrapper: import("react").ForwardRefExoticComponent<Omit<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
} & import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement>, "ref"> & import("react").RefAttributes<HTMLAnchorElement | import("react").Component<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
} & import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement>, any, any>>> & {
classSelector: string;
};
export declare const StyledShare: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;