UNPKG

@commercelayer/react-components

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