UNPKG

@commercelayer/react-components

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