UNPKG

@bigbinary/neetoui

Version:

neetoUI drives the experience at all neeto products

11 lines (8 loc) 241 B
import React from "react"; export type ProgressBarProps = { className?: string; progressPercentage: number; progressValue?: string; }; const ProgressBar: React.ForwardRefExoticComponent<ProgressBarProps>; export default ProgressBar;