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.
8 lines • 610 B
TypeScript
export { DonationButton } from './components/DonationButton';
export { DonationWidget } from './components/DonationWidget';
export { useDonation } from './hooks/use-donation';
export { useDonationStats } from './hooks/use-donation-stats';
export type { CheckoutSessionData, DonationButtonProps, DonationConfig, DonationStats, DonationWidgetProps, SubscriptionSummary } from './types';
export { DonationStripeManager, createCheckoutSession, handleDonationWebhook } from './server/stripe';
export { formatCurrency, generateProductIds, validateDonationConfig } from './config';
//# sourceMappingURL=index.d.ts.map