UNPKG

@churchapps/apphelper-donations

Version:
12 lines 417 B
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