@hhgtech/hhg-components
Version:
Hello Health Group common components
12 lines (11 loc) • 527 B
TypeScript
/// <reference types="react" />
export declare const StyledSocialLinkPreview: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType<any>;
} & {
color?: string;
isShort?: boolean;
/** When set, overrides isShort-based padding-top (e.g. from ratio "16:9"). */
aspectPaddingTop?: string;
posterFit?: 'cover' | 'contain';
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;