UNPKG

@activecollab/components

Version:

ActiveCollab Components

10 lines 413 B
export interface StyledSpinnerLoaderProps { $diameter: number; $stroke: number; $activeStrokeColor: string; $inactiveStrokeColor: string; $activeColorPercentage: "25%" | "50%" | "75%"; $rotateDurationInSeconds: number; } export declare const StyledSpinnerLoader: import("styled-components").StyledComponent<"div", any, StyledSpinnerLoaderProps, never>; //# sourceMappingURL=Styles.d.ts.map