UNPKG

@paypal/react-paypal-js

Version:
8 lines (7 loc) 232 B
import type { PayPalState } from "../context/PayPalProviderContext"; /** * Returns {@link PayPalState} provided by a parent {@link PayPalProvider}. * * @returns {PayPalState} */ export declare function usePayPal(): PayPalState;