@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
12 lines • 366 B
TypeScript
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