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