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) 266 B
import { h } from 'preact'; import RedirectElement from '../Redirect'; import './Trustly.scss'; declare class TrustlyElement extends RedirectElement { static type: string; get displayName(): any; render(): h.JSX.Element; } export default TrustlyElement;