UNPKG

@paypal/react-paypal-js

Version:

React components for the PayPal JS SDK

6 lines (5 loc) 251 B
import React from "react"; import type { FieldComponentName, PayPalCardFieldsIndividualFieldOptions } from "../../types"; export declare const PayPalCardField: React.FC<PayPalCardFieldsIndividualFieldOptions & { fieldName: FieldComponentName; }>;