UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 235 B
import { ProgressProps } from './types'; declare const Progress: ({ totalSize, downloadedSize, unit, id, onDone, feedbackClasses, className, style, }: ProgressProps) => import("react/jsx-runtime").JSX.Element; export default Progress;