UNPKG

stripe-donation-widget

Version:

A complete, reusable donation system for React/Next.js applications with Stripe integration, real-time MRR tracking, and beautiful UI components.

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