@bounceapp/react-native-paypal
Version:
React Native wrapper to bridge PayPal iOS and Android SDK
5 lines • 416 B
TypeScript
export { default as PaypalButton } from "./components/PaypalButton";
export { default as PaypalLogo } from "./components/PaypalLogo";
export { requestBillingAgreement } from "./Paypal";
export type { PaypalButtonProps, PaypalLogoProps, RequestBillingAgreementError, RequestBillingAgreementOptions, RequestBillingAgreementPayload, RequestBillingAgreementResponse, } from "./types";
//# sourceMappingURL=index.d.ts.map