UNPKG

@adyen/adyen-web

Version:

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

12 lines (11 loc) 331 B
import { h } from 'preact'; import UIElement from '../UIElement'; export declare class PersonalDetailsElement extends UIElement { protected static defaultProps: { showFormInstruction: boolean; }; get data(): any; get isValid(): boolean; render(): h.JSX.Element; } export default PersonalDetailsElement;