UNPKG

@churchapps/apphelper-donations

Version:
15 lines 448 B
import React from "react"; import { StripePaymentMethod } from "../helpers"; import { PersonInterface } from "@churchapps/helpers"; interface Props { bank: StripePaymentMethod; showVerifyForm: boolean; customerId: string; person: PersonInterface; setMode: any; deletePayment: any; updateList: (message?: string) => void; } export declare const BankForm: React.FC<Props>; export {}; //# sourceMappingURL=BankForm.d.ts.map