UNPKG

@malga-checkout/react

Version:

React specific wrapper for Malga Checkout core components

4 lines (3 loc) 372 B
/// <reference types="react" /> import type { JSX } from '@malga-checkout/core'; export declare const MalgaCheckout: import("react").ForwardRefExoticComponent<JSX.MalgaCheckout & Omit<import("react").HTMLAttributes<HTMLMalgaCheckoutElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLMalgaCheckoutElement>>;