UNPKG

@pretzelai/react

Version:

A React Stripe Payment Modal Component

10 lines (9 loc) 183 B
interface Plan { id: string; } export declare function usePlan(email: string | undefined): { plan: Plan | null; isLoading: boolean; error: Error | null; }; export {};