UNPKG

@onwave/ui

Version:
9 lines (8 loc) 200 B
import React from "react"; declare type Props = { strokeColor?: string; backgroundColor?: string; percent: number; }; export declare const ProgressBar: React.FC<Props>; export {};