@churchapps/apphelper
Version:
Library of helper functions for React and NextJS ChurchApps
9 lines • 315 B
TypeScript
import React from "react";
import { QuestionInterface } from "../helpers";
interface Props {
churchId: string;
question: QuestionInterface;
}
export declare const FormCardPayment: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>;
export {};
//# sourceMappingURL=FormCardPayment.d.ts.map