@gechiui/components
Version:
UI components for GeChiUI.
13 lines • 738 B
TypeScript
export const StyledSpinner: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
}, import("react").SVGProps<SVGSVGElement>, {}>;
export const SpinnerTrack: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
}, import("react").SVGProps<SVGCircleElement>, {}>;
export 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