UNPKG

@health-ecosystem/file-upload

Version:

File upload library for Health Ecosystem applications with improved Next.js 15+ compatibility

5 lines 333 B
import * as React from "react"; import * as ProgressPrimitive from "@radix-ui/react-progress"; declare const Progress: React.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>; export { Progress }; //# sourceMappingURL=progress.d.ts.map