UNPKG

@bounceapp/react-native-paypal

Version:

React Native wrapper to bridge PayPal iOS and Android SDK

5 lines 221 B
import * as React from "react"; import type { PaypalLogoProps } from "../types"; declare const PaypalLogo: (props: PaypalLogoProps) => React.JSX.Element; export default PaypalLogo; //# sourceMappingURL=PaypalLogo.d.ts.map