@activecollab/components
Version:
ActiveCollab Components
14 lines • 905 B
TypeScript
interface IStyledProgressRing {
$color?: string;
$strokeDashOffset?: number;
$fontSize?: number;
$roundStroke?: boolean;
}
export declare const StyledWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledChildrenWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledSvg: import("styled-components").StyledComponent<"svg", any, {}, never>;
export declare const StyledBackgroundCircle: import("styled-components").StyledComponent<"circle", any, IStyledProgressRing, never>;
export declare const StyledForegroundCircle: import("styled-components").StyledComponent<"circle", any, IStyledProgressRing, never>;
export declare const StyledProgressRingPercentage: import("styled-components").StyledComponent<"text", any, IStyledProgressRing, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map