UNPKG

@churchapps/apphelper-donations

Version:
12 lines 356 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 NonAuthDonation: React.FC<Props>; export {}; //# sourceMappingURL=NonAuthDonation.d.ts.map