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