UNPKG

@wordpress/components

Version:
14 lines 794 B
/// <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