UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 181 B
import React from "react"; interface IProps { value: number; max: number; animated?: boolean; } declare const ProgressBar: React.FC<IProps>; export default ProgressBar;