@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
12 lines • 417 B
TypeScript
import React from "react";
import { FundDonationInterface, FundInterface } from "@churchapps/helpers";
interface Props {
fundDonation: FundDonationInterface;
funds: FundInterface[];
index: number;
updatedFunction: (fundDonation: FundDonationInterface, index: number) => void;
params?: any;
}
export declare const FundDonation: React.FC<Props>;
export {};
//# sourceMappingURL=FundDonation.d.ts.map