UNPKG

@churchapps/apphelper-donations

Version:

Donation components for ChurchApps AppHelper

15 lines 464 B
import React from "react"; import { StripePaymentMethod, PaymentGateway } from "../helpers"; import { PersonInterface } from "@churchapps/helpers"; interface Props { card: StripePaymentMethod; customerId: string; person: PersonInterface; setMode: any; deletePayment: any; updateList: (message: string) => void; gateway?: PaymentGateway; } export declare const CardForm: React.FC<Props>; export {}; //# sourceMappingURL=CardForm.d.ts.map