UNPKG

@activecollab/components

Version:

ActiveCollab Components

9 lines 381 B
export interface StyledLinearLoaderProps { $height: number; $activeStrokeColor: string; $inactiveStrokeColor: string; $activeColorPercentage: "25%" | "50%" | "75%"; $animationDuration: number; } export declare const StyledLinearLoader: import("styled-components").StyledComponent<"div", any, StyledLinearLoaderProps, never>; //# sourceMappingURL=Styles.d.ts.map