UNPKG

@bounceapp/react-native-paypal

Version:

React Native wrapper to bridge PayPal iOS and Android SDK

5 lines 255 B
import * as React from "react"; import type { PaypalButtonProps } from "../types"; declare const PaypalButton: ({ style, disabled, onPress, }: PaypalButtonProps) => React.JSX.Element; export default PaypalButton; //# sourceMappingURL=PaypalButton.d.ts.map