@paycargo/js-react
Version:
Paycargo Wrapper component our Express Payment Solutions
7 lines (6 loc) • 1.33 kB
TypeScript
/// <reference types="react" />
import type { JSX } from '@paycargo/js';
export declare const PaycargoBatchDisputeWidget: import("react").ForwardRefExoticComponent<JSX.PaycargoBatchDisputeWidget & Omit<import("react").HTMLAttributes<HTMLPaycargoBatchDisputeWidgetElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPaycargoBatchDisputeWidgetElement>>;
export declare const PaycargoCheckout: import("react").ForwardRefExoticComponent<JSX.PaycargoCheckout & Omit<import("react").HTMLAttributes<HTMLPaycargoCheckoutElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPaycargoCheckoutElement>>;
export declare const PaycargoOsraWidget: import("react").ForwardRefExoticComponent<JSX.PaycargoOsraWidget & Omit<import("react").HTMLAttributes<HTMLPaycargoOsraWidgetElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPaycargoOsraWidgetElement>>;
export declare const PaycargoPayment: import("react").ForwardRefExoticComponent<JSX.PaycargoPayment & Omit<import("react").HTMLAttributes<HTMLPaycargoPaymentElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPaycargoPaymentElement>>;