@paypal/react-paypal-js
Version:
React components for the PayPal JS SDK
10 lines (9 loc) • 436 B
TypeScript
import type { PayPalHostedFieldContext } from "../types";
/**
* Custom hook to get access to the PayPal Hosted Fields instance.
* The instance represent the returned object after the render process
* With this object a user can submit the fields and dynamically modify the cards
*
* @returns the hosted fields instance if is available in the component
*/
export declare function usePayPalHostedFields(): PayPalHostedFieldContext;