UNPKG

@commercelayer/react-components

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