UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

5 lines (4 loc) 295 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 };