UNPKG

@adyen/adyen-web

Version:

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

16 lines (15 loc) 393 B
import { h } from 'preact'; import UIElement from '../UIElement'; export declare class DokuElement extends UIElement { static type: string; protected static defaultProps: { showFormInstruction: boolean; }; get isValid(): boolean; /** * Formats the component data output */ formatData(): any; render(): h.JSX.Element; } export default DokuElement;