@automattic/wpcom-checkout
Version:
Functions and components used by WordPress.com checkout.
19 lines • 960 B
TypeScript
export declare const LoadingCard: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const LoadingRow: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
interface LoadingContainerProps {
noMargin?: boolean;
width?: string;
height?: string;
}
export declare const LoadingCopy: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
} & LoadingContainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
export {};
//# sourceMappingURL=loading-card.d.ts.map