@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
8 lines • 317 B
TypeScript
import { QuestionInterface } from "@churchapps/helpers";
interface Props {
churchId: string;
question: QuestionInterface;
}
export declare const FormCardPayment: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<unknown>>;
export {};
//# sourceMappingURL=FormCardPayment.d.ts.map