UNPKG

@adyen/adyen-web

Version:

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

11 lines (10 loc) 262 B
import RedirectElement from '../Redirect'; declare class VippsElement extends RedirectElement { static type: string; static defaultProps: { type: string; showPayButton: boolean; name: string; }; } export default VippsElement;