UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

18 lines (17 loc) 507 B
import IssuerListContainer from '../helpers/IssuerListContainer'; declare class WalletINElement extends IssuerListContainer { static type: string; formatProps(props: any): any; /** * Formats the component data output */ formatData(): { browserInfo: import("../../types").BrowserInfo; paymentMethod: { type: string; issuer: string; }; }; get browserInfo(): import("../../types").BrowserInfo; } export default WalletINElement;