UNPKG

simple-circular-progress

Version:

Simple circular progress bar to be use in ionic, Angular and React

10 lines (9 loc) 224 B
export declare class SimpleCircularProgress { progressPercentage: string; progressColor: string; progressStrokeColor: string; label: string; labelFontSize: string; hideLabel: boolean; render(): any; }