@wordpress/components
Version:
UI components for WordPress.
13 lines • 645 B
TypeScript
export declare const StyledSpinner: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
}, import("react").SVGProps<SVGSVGElement>, {}>;
export declare const SpinnerTrack: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
}, import("react").SVGProps<SVGCircleElement>, {}>;
export declare const SpinnerIndicator: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
}, import("react").SVGProps<SVGPathElement>, {}>;
//# sourceMappingURL=styles.d.ts.map