UNPKG

@commercelayer/react-components

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