UNPKG

@adyen/adyen-web

Version:

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

7 lines (6 loc) 202 B
import IssuerListContainer from '../helpers/IssuerListContainer'; declare class PayByBank extends IssuerListContainer { static type: string; constructor(props: any); } export default PayByBank;