UNPKG

@commercelayer/react-components

Version:
6 lines (5 loc) 251 B
import type { GatewayBaseType } from '../payment_gateways/PaymentGateway'; import { type JSX } from 'react'; type Props = Partial<GatewayBaseType>; export declare function PaypalGateway(props: Props): JSX.Element | null; export default PaypalGateway;