@activecollab/components
Version:
ActiveCollab Components
10 lines • 403 B
TypeScript
import React from "react";
export interface LinearLoaderProps {
height?: number;
activeStrokeColor?: string;
activeColorPercentage?: "25%" | "50%" | "75%";
inactiveStrokeColor?: string;
animationDuration?: number;
}
export declare const LinearLoader: React.ForwardRefExoticComponent<LinearLoaderProps & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=LinearLoader.d.ts.map