UNPKG

@commercelayer/react-components

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