UNPKG

@churchapps/apphelper-donations

Version:
11 lines 391 B
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