UNPKG

@churchapps/apphelper-donations

Version:

Donation components for ChurchApps AppHelper

8 lines 317 B
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