UNPKG

@paypal/react-paypal-js

Version:

React components for the PayPal JS SDK

8 lines (7 loc) 527 B
import type { FunctionComponent } from "react"; import type { PayPalButtonsComponentProps } from "../types"; /** This `<PayPalButtons />` component supports rendering [buttons](https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-reference/#buttons) for PayPal, Venmo, and alternative payment methods. It relies on the `<PayPalScriptProvider />` parent component for managing state related to loading the JS SDK script. */ export declare const PayPalButtons: FunctionComponent<PayPalButtonsComponentProps>;