@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
12 lines • 448 B
TypeScript
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