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