UNPKG

@hhgtech/hhg-components

Version:
15 lines (14 loc) 942 B
/// <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>, {}>;