UNPKG

@churchapps/apphelper-donations

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