UNPKG

@adyen/adyen-web

Version:

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

22 lines (21 loc) 509 B
import { h } from 'preact'; import UIElement from '../UIElement'; export declare class MultibancoElement extends UIElement { static type: string; static defaultProps: { showPayButton: boolean; }; get isValid(): boolean; formatProps(props: any): any; /** * Formats the component data output */ formatData(): { paymentMethod: { type: any; }; }; private handleRef; render(): h.JSX.Element; } export default MultibancoElement;