@paycargo/js-react
Version:
Paycargo Wrapper component our Express Payment Solutions
6 lines (5 loc) • 1.03 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>>;