UNPKG

@churchapps/apphelper-donations

Version:

Donation components for ChurchApps AppHelper

12 lines 414 B
import React from "react"; import { FundDonationInterface, FundInterface } from "@churchapps/helpers"; interface Props { fundDonations: FundDonationInterface[]; funds: FundInterface[]; params?: any; updatedFunction: (fundDonations: FundDonationInterface[]) => void; currency?: string; } export declare const FundDonations: React.FC<Props>; export {}; //# sourceMappingURL=FundDonations.d.ts.map