@adyen/adyen-web
Version:
[](https://www.npmjs.com/package/@adyen/adyen-web)
16 lines (15 loc) • 393 B
TypeScript
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;