UNPKG

@adyen/adyen-web

Version:

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

10 lines (9 loc) 275 B
import { h } from 'preact'; import RedirectElement from '../Redirect'; declare class GiropayElement extends RedirectElement { static type: string; formatProps(props: any): any; get displayName(): any; render(): h.JSX.Element; } export default GiropayElement;