UNPKG

@arolariu/components

Version:

🎨 60+ beautiful, accessible React components built on Radix UI. TypeScript-first, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡

5 lines • 307 B
import * as React from "react"; import * as ProgressPrimitive from "@radix-ui/react-progress"; declare function Progress({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>): import("react/jsx-runtime").JSX.Element; export { Progress }; //# sourceMappingURL=progress.d.ts.map