@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
14 lines • 418 B
TypeScript
import React from "react";
import { StripePaymentMethod } from "../helpers";
import { PersonInterface } from "@churchapps/helpers";
interface Props {
card: StripePaymentMethod;
customerId: string;
person: PersonInterface;
setMode: any;
deletePayment: any;
updateList: (message: string) => void;
}
export declare const CardForm: React.FC<Props>;
export {};
//# sourceMappingURL=CardForm.d.ts.map