UNPKG
@adyen/adyen-web
Version:
alpha (6.0.0-alpha.8)
beta (6.0.0-beta.1)
inactive (5.72.0)
latest (6.38.0)
6.38.0
6.37.0
6.36.0
6.35.0
6.34.1
6.34.0
6.33.0
6.32.1
6.32.0
6.31.1
6.31.0
6.30.0
6.29.0
6.28.0
6.27.1
6.27.0
6.26.0
6.25.1
6.25.0
6.24.0
6.23.0
6.22.0
6.21.0
6.20.0
6.19.0
6.18.1
6.18.0
6.17.0
6.16.0
6.15.0
6.14.0
6.13.1
6.13.0
6.12.1
6.12.0
6.11.0
6.10.0
6.9.0
6.8.0
6.7.0
6.6.0
6.5.1
6.5.0
6.4.0
6.3.0
6.2.0
6.1.1
6.1.0
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-beta.1
6.0.0-beta.0
6.0.0-alpha.8
6.0.0-alpha.7
6.0.0-alpha.6
6.0.0-alpha.5
6.0.0-alpha.4
6.0.0-alpha.3
6.0.0-alpha.2
6.0.0-alpha.0
5.72.0
5.71.5
5.71.4
5.71.3
5.71.2
5.71.1
5.71.0
5.70.0
5.69.1
5.69.0
5.68.1
5.68.0
5.67.1
5.67.0
5.66.1
5.66.0
5.65.0
5.64.0
5.63.0
5.62.0
5.61.0
5.60.0
5.59.0
5.58.0
5.57.0
5.56.1
5.56.0
5.55.1
5.55.0
5.54.0
5.53.3
5.53.2
5.53.1
5.53.0
5.52.0
5.51.0
5.50.1
5.50.0
5.49.6
5.49.5
5.49.4
5.49.3
5.49.2
5.49.1
5.49.0
5.48.0
5.47.0
5.46.1
5.46.0
5.45.0
5.44.0
5.43.1
5.43.0
5.42.1
5.42.0
5.41.0
5.40.1
5.40.0
5.39.1
5.39.0
5.38.0
5.37.0
5.36.0
5.35.0
5.34.0
5.33.0
5.32.0
5.31.3
5.31.2
5.31.1
5.31.0
5.30.1
5.30.0
5.29.0
5.28.3
5.28.2
5.28.1
5.28.0
5.27.0
5.26.0
5.25.0
5.24.0
5.23.1
5.23.0
5.22.0
5.21.0
5.20.0
5.19.0
5.18.0
5.17.0
5.16.2
5.16.1
5.16.0
5.15.0
5.14.0
5.13.1
5.13.0
5.12.0
5.11.0
5.10.0
5.9.0
5.8.0
5.7.0
5.6.2
5.6.1
5.6.0
5.5.0
5.4.0
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.9.0
4.8.0
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.1
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
3.23.0
3.22.2
3.22.1
3.22.0
3.21.1
3.21.0
3.20.0
3.19.0
3.18.2
3.18.1
3.18.0
3.17.2
3.17.1
3.17.0
3.16.1
3.16.0
3.15.1
3.15.0
3.14.1
3.14.0
3.13.1
3.13.0
3.12.1
3.12.0
3.11.4
3.11.3
3.11.2
3.11.1
3.11.0
3.10.1
3.10.0
3.9.5
3.9.4
3.9.3
3.9.2

docs.adyen.com/checkout
Adyen/adyen-web
@adyen/adyen-web
/
dist
/
types
/
components
/
OnlineBankingCZ
/
index.d.ts
9 lines
(8 loc)
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
IssuerListContainer
from
'../helpers/IssuerListContainer'
;
declare
class
OnlineBankingCZElement
extends
IssuerListContainer
{
static
type
:
string
;
private
static
termsAndConditions;
formatProps
(
props
:
any
):
any
;
get
icon
():
string
; }
export
default
OnlineBankingCZElement
;