UNPKG

@churchapps/apphelper-donations

Version:
12 lines 448 B
import React from "react"; import { SubscriptionInterface } from "@churchapps/helpers"; import { StripePaymentMethod } from "../helpers"; interface Props { subscriptionUpdated: (message?: string) => void; customerId: string; paymentMethods: StripePaymentMethod[]; editSubscription: SubscriptionInterface; } export declare const RecurringDonationsEdit: React.FC<Props>; export {}; //# sourceMappingURL=RecurringDonationsEdit.d.ts.map