UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 210 B
import { ProgressBarProps } from "./types"; declare const ProgressBar: import("react").MemoExoticComponent<({ color, showValue, value, ...props }: ProgressBarProps) => JSX.Element>; export default ProgressBar;