UNPKG

@monei-js/components

Version:

MONEI UI Components enable you to collect sensitive payment information using customizable UI components.

15 lines (14 loc) 446 B
import * as _utils from './utils'; import * as _api from './api'; export * from './cardInput'; export * from './paymentModal'; export * from './paypal'; export * from './bizum'; export * from './cofidis'; export * from './cofidisLoan'; export * from './googlePay'; export * from './paymentRequest'; export * from './config'; export * from './types'; export declare const api: typeof _api; export declare const utils: typeof _utils;