UNPKG

@adyen/adyen-web

Version:

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

9 lines (8 loc) 233 B
import { h } from 'preact'; import UIElement from '../UIElement'; export declare class AddressElement extends UIElement { get data(): any; get isValid(): boolean; render(): h.JSX.Element; } export default AddressElement;