@churchapps/apphelper-donations
Version:
Donation components for ChurchApps AppHelper
9 lines • 521 B
TypeScript
export { Locale } from "./Locale";
export { DonationHelper } from "./DonationHelper";
export type { ThreeDSResult } from "./DonationHelper";
export { StripePaymentMethod } from "./StripePaymentMethod";
export type { PayPalPaymentMethod } from "./PayPalPaymentMethod";
export type { PaymentMethod, PaymentGateway } from "./PaymentMethod";
export type { MultiGatewayDonationInterface } from "./DonationInterface";
export type { PayPalDonationInterface } from "./PayPalDonationInterface";
//# sourceMappingURL=index.d.ts.map