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.

3 lines 267 B
import type { DonationButtonProps } from '../types'; export declare function DonationButton({ config, type, amount, className, children, onSuccess, onError, }: DonationButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DonationButton.d.ts.map