@hhgtech/hhg-components
Version:
Hello Health Group common components
22 lines (21 loc) • 1.21 kB
TypeScript
/// <reference types="react" />
export declare const StyledHospitalInfo: 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 StyledImageWrap: import("@emotion/styled").StyledComponent<{
alt: string;
backupSrc?: string;
placeholderSrc?: string;
} & import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledClockIcon: import("@emotion/styled").StyledComponent<import("react").SVGProps<SVGSVGElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledArrowRightIcon: import("@emotion/styled").StyledComponent<import("react").SVGProps<SVGSVGElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledDistanceTag: import("@emotion/styled").StyledComponent<import("../../atoms/distanceTag").TDistanceTagProps & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;