UNPKG

@churchapps/apphelper-donations

Version:

Donation components for ChurchApps AppHelper

13 lines 401 B
import React from "react"; import type { PaperProps } from "@mui/material/Paper"; interface Props { churchId: string; mainContainerCssProps?: PaperProps; showHeader?: boolean; recaptchaSiteKey: string; churchLogo?: string; paymentType?: "card" | "bank"; } export declare const NonAuthDonationInner: React.FC<Props>; export {}; //# sourceMappingURL=NonAuthDonationInner.d.ts.map