@adyen/adyen-web 5.2.2 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/adyen.css +7 -7
  2. package/dist/adyen.css.map +1 -1
  3. package/dist/adyen.js +1 -1
  4. package/dist/adyen.js.map +1 -1
  5. package/dist/cjs/adyen.css +7 -7
  6. package/dist/cjs/adyen.css.map +1 -1
  7. package/dist/cjs/index.js +1 -1
  8. package/dist/es/adyen.css +7 -7
  9. package/dist/es/adyen.css.map +1 -1
  10. package/dist/es/ar.js +1 -1
  11. package/dist/es/cs-CZ.js +1 -1
  12. package/dist/es/da-DK.js +1 -1
  13. package/dist/es/de-DE.js +1 -1
  14. package/dist/es/el-GR.js +1 -1
  15. package/dist/es/es-ES.js +1 -1
  16. package/dist/es/fi-FI.js +1 -1
  17. package/dist/es/fr-FR.js +1 -1
  18. package/dist/es/hr-HR.js +1 -1
  19. package/dist/es/hu-HU.js +1 -1
  20. package/dist/es/index.js +1 -1
  21. package/dist/es/it-IT.js +1 -1
  22. package/dist/es/ja-JP.js +1 -1
  23. package/dist/es/ko-KR.js +1 -1
  24. package/dist/es/nl-NL.js +1 -1
  25. package/dist/es/no-NO.js +1 -1
  26. package/dist/es/pl-PL.js +1 -1
  27. package/dist/es/pt-BR.js +1 -1
  28. package/dist/es/ro-RO.js +1 -1
  29. package/dist/es/ru-RU.js +1 -1
  30. package/dist/es/sk-SK.js +1 -1
  31. package/dist/es/sl-SI.js +1 -1
  32. package/dist/es/sv-SE.js +1 -1
  33. package/dist/es/zh-CN.js +1 -1
  34. package/dist/es/zh-TW.js +1 -1
  35. package/dist/types/components/ApplePay/types.d.ts +5 -1
  36. package/dist/types/components/BaseElement.d.ts +2 -1
  37. package/dist/types/components/BcmcMobile/BcmcMobile.d.ts +1 -0
  38. package/dist/types/components/Card/Bancontact.d.ts +1 -0
  39. package/dist/types/components/Card/Card.d.ts +1 -0
  40. package/dist/types/components/Dragonpay/Dragonpay.d.ts +1 -0
  41. package/dist/types/components/Dropin/Dropin.d.ts +50 -1
  42. package/dist/types/components/Dropin/components/DropinComponent.d.ts +2 -1
  43. package/dist/types/components/Dropin/components/PaymentMethod/InstantPaymentMethods.d.ts +7 -0
  44. package/dist/types/components/Dropin/components/PaymentMethod/PaymentMethodList.d.ts +3 -1
  45. package/dist/types/components/Dropin/defaultProps.d.ts +1 -0
  46. package/dist/types/components/Dropin/elements/createElements.d.ts +1 -1
  47. package/dist/types/components/Dropin/elements/createInstantPaymentElements.d.ts +10 -0
  48. package/dist/types/components/Dropin/types.d.ts +9 -0
  49. package/dist/types/components/PayPal/Paypal.d.ts +1 -0
  50. package/dist/types/components/PayPal/types.d.ts +2 -2
  51. package/dist/types/components/Pix/Pix.d.ts +1 -0
  52. package/dist/types/components/Swish/Swish.d.ts +1 -0
  53. package/dist/types/components/WeChat/WeChat.d.ts +1 -0
  54. package/dist/types/components/internal/ContentSeparator/ContentSeparator.d.ts +7 -0
  55. package/dist/types/components/internal/{IssuerList/ContentSeparator → ContentSeparator}/index.d.ts +0 -0
  56. package/dist/types/components/internal/SecuredFields/lib/configuration/constants.d.ts +1 -1
  57. package/dist/types/components/types.d.ts +1 -0
  58. package/dist/types/language/config.d.ts +1 -0
  59. package/dist/types/language/locales/index.d.ts +50 -0
  60. package/dist/types/types/index.d.ts +4 -0
  61. package/package.json +1 -1
  62. package/dist/types/components/internal/IssuerList/ContentSeparator/ContentSeparator.d.ts +0 -4
@@ -209,6 +209,7 @@ declare const _default: {
209
209
  "ach.encryptedBankLocationId.aria.label": string;
210
210
  "pix.instructions": string;
211
211
  "twint.saved": string;
212
+ orPayWith: string;
212
213
  };
213
214
  payButton: string;
214
215
  "payButton.redirecting": string;
@@ -418,6 +419,7 @@ declare const _default: {
418
419
  "ach.encryptedBankLocationId.aria.label": string;
419
420
  "pix.instructions": string;
420
421
  "twint.saved": string;
422
+ orPayWith: string;
421
423
  }>;
422
424
  'cs-CZ': () => Promise<{
423
425
  default: {
@@ -628,6 +630,7 @@ declare const _default: {
628
630
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
629
631
  "ach.encryptedBankLocationId.aria.label": string;
630
632
  "twint.saved": string;
633
+ orPayWith: string;
631
634
  };
632
635
  payButton: string;
633
636
  "payButton.redirecting": string;
@@ -836,6 +839,7 @@ declare const _default: {
836
839
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
837
840
  "ach.encryptedBankLocationId.aria.label": string;
838
841
  "twint.saved": string;
842
+ orPayWith: string;
839
843
  }>;
840
844
  'da-DK': () => Promise<{
841
845
  default: {
@@ -1047,6 +1051,7 @@ declare const _default: {
1047
1051
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
1048
1052
  "ach.encryptedBankLocationId.aria.label": string;
1049
1053
  "twint.saved": string;
1054
+ orPayWith: string;
1050
1055
  };
1051
1056
  payButton: string;
1052
1057
  "payButton.redirecting": string;
@@ -1256,6 +1261,7 @@ declare const _default: {
1256
1261
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
1257
1262
  "ach.encryptedBankLocationId.aria.label": string;
1258
1263
  "twint.saved": string;
1264
+ orPayWith: string;
1259
1265
  }>;
1260
1266
  'de-DE': () => Promise<{
1261
1267
  default: {
@@ -1466,6 +1472,7 @@ declare const _default: {
1466
1472
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
1467
1473
  "ach.encryptedBankLocationId.aria.label": string;
1468
1474
  "twint.saved": string;
1475
+ orPayWith: string;
1469
1476
  };
1470
1477
  payButton: string;
1471
1478
  "payButton.redirecting": string;
@@ -1674,6 +1681,7 @@ declare const _default: {
1674
1681
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
1675
1682
  "ach.encryptedBankLocationId.aria.label": string;
1676
1683
  "twint.saved": string;
1684
+ orPayWith: string;
1677
1685
  }>;
1678
1686
  'el-GR': () => Promise<{
1679
1687
  default: {
@@ -1884,6 +1892,7 @@ declare const _default: {
1884
1892
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
1885
1893
  "ach.encryptedBankLocationId.aria.label": string;
1886
1894
  "twint.saved": string;
1895
+ orPayWith: string;
1887
1896
  };
1888
1897
  payButton: string;
1889
1898
  "payButton.redirecting": string;
@@ -2092,6 +2101,7 @@ declare const _default: {
2092
2101
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
2093
2102
  "ach.encryptedBankLocationId.aria.label": string;
2094
2103
  "twint.saved": string;
2104
+ orPayWith: string;
2095
2105
  }>;
2096
2106
  'en-US': () => Promise<{
2097
2107
  default: {
@@ -2304,6 +2314,7 @@ declare const _default: {
2304
2314
  "ach.encryptedBankLocationId.aria.label": string;
2305
2315
  "pix.instructions": string;
2306
2316
  "twint.saved": string;
2317
+ orPayWith: string;
2307
2318
  };
2308
2319
  payButton: string;
2309
2320
  "payButton.redirecting": string;
@@ -2514,6 +2525,7 @@ declare const _default: {
2514
2525
  "ach.encryptedBankLocationId.aria.label": string;
2515
2526
  "pix.instructions": string;
2516
2527
  "twint.saved": string;
2528
+ orPayWith: string;
2517
2529
  }>;
2518
2530
  'es-ES': () => Promise<{
2519
2531
  default: {
@@ -2719,6 +2731,7 @@ declare const _default: {
2719
2731
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
2720
2732
  "ach.encryptedBankLocationId.aria.label": string;
2721
2733
  "twint.saved": string;
2734
+ orPayWith: string;
2722
2735
  };
2723
2736
  payButton: string;
2724
2737
  "payButton.redirecting": string;
@@ -2922,6 +2935,7 @@ declare const _default: {
2922
2935
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
2923
2936
  "ach.encryptedBankLocationId.aria.label": string;
2924
2937
  "twint.saved": string;
2938
+ orPayWith: string;
2925
2939
  }>;
2926
2940
  'fi-FI': () => Promise<{
2927
2941
  default: {
@@ -3132,6 +3146,7 @@ declare const _default: {
3132
3146
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
3133
3147
  "ach.encryptedBankLocationId.aria.label": string;
3134
3148
  "twint.saved": string;
3149
+ orPayWith: string;
3135
3150
  };
3136
3151
  payButton: string;
3137
3152
  "payButton.redirecting": string;
@@ -3340,6 +3355,7 @@ declare const _default: {
3340
3355
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
3341
3356
  "ach.encryptedBankLocationId.aria.label": string;
3342
3357
  "twint.saved": string;
3358
+ orPayWith: string;
3343
3359
  }>;
3344
3360
  'fr-FR': () => Promise<{
3345
3361
  default: {
@@ -3550,6 +3566,7 @@ declare const _default: {
3550
3566
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
3551
3567
  "ach.encryptedBankLocationId.aria.label": string;
3552
3568
  "twint.saved": string;
3569
+ orPayWith: string;
3553
3570
  };
3554
3571
  payButton: string;
3555
3572
  "payButton.redirecting": string;
@@ -3758,6 +3775,7 @@ declare const _default: {
3758
3775
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
3759
3776
  "ach.encryptedBankLocationId.aria.label": string;
3760
3777
  "twint.saved": string;
3778
+ orPayWith: string;
3761
3779
  }>;
3762
3780
  'hr-HR': () => Promise<{
3763
3781
  default: {
@@ -3968,6 +3986,7 @@ declare const _default: {
3968
3986
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
3969
3987
  "ach.encryptedBankLocationId.aria.label": string;
3970
3988
  "twint.saved": string;
3989
+ orPayWith: string;
3971
3990
  };
3972
3991
  payButton: string;
3973
3992
  "payButton.redirecting": string;
@@ -4176,6 +4195,7 @@ declare const _default: {
4176
4195
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
4177
4196
  "ach.encryptedBankLocationId.aria.label": string;
4178
4197
  "twint.saved": string;
4198
+ orPayWith: string;
4179
4199
  }>;
4180
4200
  'hu-HU': () => Promise<{
4181
4201
  default: {
@@ -4386,6 +4406,7 @@ declare const _default: {
4386
4406
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
4387
4407
  "ach.encryptedBankLocationId.aria.label": string;
4388
4408
  "twint.saved": string;
4409
+ orPayWith: string;
4389
4410
  };
4390
4411
  payButton: string;
4391
4412
  "payButton.redirecting": string;
@@ -4594,6 +4615,7 @@ declare const _default: {
4594
4615
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
4595
4616
  "ach.encryptedBankLocationId.aria.label": string;
4596
4617
  "twint.saved": string;
4618
+ orPayWith: string;
4597
4619
  }>;
4598
4620
  'it-IT': () => Promise<{
4599
4621
  default: {
@@ -4802,6 +4824,7 @@ declare const _default: {
4802
4824
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
4803
4825
  "ach.encryptedBankLocationId.aria.label": string;
4804
4826
  "twint.saved": string;
4827
+ orPayWith: string;
4805
4828
  };
4806
4829
  payButton: string;
4807
4830
  "payButton.redirecting": string;
@@ -5008,6 +5031,7 @@ declare const _default: {
5008
5031
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
5009
5032
  "ach.encryptedBankLocationId.aria.label": string;
5010
5033
  "twint.saved": string;
5034
+ orPayWith: string;
5011
5035
  }>;
5012
5036
  'ja-JP': () => Promise<{
5013
5037
  default: {
@@ -5218,6 +5242,7 @@ declare const _default: {
5218
5242
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
5219
5243
  "ach.encryptedBankLocationId.aria.label": string;
5220
5244
  "twint.saved": string;
5245
+ orPayWith: string;
5221
5246
  };
5222
5247
  payButton: string;
5223
5248
  "payButton.redirecting": string;
@@ -5426,6 +5451,7 @@ declare const _default: {
5426
5451
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
5427
5452
  "ach.encryptedBankLocationId.aria.label": string;
5428
5453
  "twint.saved": string;
5454
+ orPayWith: string;
5429
5455
  }>;
5430
5456
  'ko-KR': () => Promise<{
5431
5457
  default: {
@@ -5636,6 +5662,7 @@ declare const _default: {
5636
5662
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
5637
5663
  "ach.encryptedBankLocationId.aria.label": string;
5638
5664
  "twint.saved": string;
5665
+ orPayWith: string;
5639
5666
  };
5640
5667
  payButton: string;
5641
5668
  "payButton.redirecting": string;
@@ -5844,6 +5871,7 @@ declare const _default: {
5844
5871
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
5845
5872
  "ach.encryptedBankLocationId.aria.label": string;
5846
5873
  "twint.saved": string;
5874
+ orPayWith: string;
5847
5875
  }>;
5848
5876
  'nl-NL': () => Promise<{
5849
5877
  default: {
@@ -6054,6 +6082,7 @@ declare const _default: {
6054
6082
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
6055
6083
  "ach.encryptedBankLocationId.aria.label": string;
6056
6084
  "twint.saved": string;
6085
+ orPayWith: string;
6057
6086
  };
6058
6087
  payButton: string;
6059
6088
  "payButton.redirecting": string;
@@ -6262,6 +6291,7 @@ declare const _default: {
6262
6291
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
6263
6292
  "ach.encryptedBankLocationId.aria.label": string;
6264
6293
  "twint.saved": string;
6294
+ orPayWith: string;
6265
6295
  }>;
6266
6296
  'no-NO': () => Promise<{
6267
6297
  default: {
@@ -6472,6 +6502,7 @@ declare const _default: {
6472
6502
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
6473
6503
  "ach.encryptedBankLocationId.aria.label": string;
6474
6504
  "twint.saved": string;
6505
+ orPayWith: string;
6475
6506
  };
6476
6507
  payButton: string;
6477
6508
  "payButton.redirecting": string;
@@ -6680,6 +6711,7 @@ declare const _default: {
6680
6711
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
6681
6712
  "ach.encryptedBankLocationId.aria.label": string;
6682
6713
  "twint.saved": string;
6714
+ orPayWith: string;
6683
6715
  }>;
6684
6716
  'pl-PL': () => Promise<{
6685
6717
  default: {
@@ -6890,6 +6922,7 @@ declare const _default: {
6890
6922
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
6891
6923
  "ach.encryptedBankLocationId.aria.label": string;
6892
6924
  "twint.saved": string;
6925
+ orPayWith: string;
6893
6926
  };
6894
6927
  payButton: string;
6895
6928
  "payButton.redirecting": string;
@@ -7098,6 +7131,7 @@ declare const _default: {
7098
7131
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
7099
7132
  "ach.encryptedBankLocationId.aria.label": string;
7100
7133
  "twint.saved": string;
7134
+ orPayWith: string;
7101
7135
  }>;
7102
7136
  'pt-BR': () => Promise<{
7103
7137
  default: {
@@ -7306,6 +7340,7 @@ declare const _default: {
7306
7340
  "ach.encryptedBankLocationId.aria.label": string;
7307
7341
  "pix.instructions": string;
7308
7342
  "twint.saved": string;
7343
+ orPayWith: string;
7309
7344
  };
7310
7345
  payButton: string;
7311
7346
  "payButton.redirecting": string;
@@ -7512,6 +7547,7 @@ declare const _default: {
7512
7547
  "ach.encryptedBankLocationId.aria.label": string;
7513
7548
  "pix.instructions": string;
7514
7549
  "twint.saved": string;
7550
+ orPayWith: string;
7515
7551
  }>;
7516
7552
  'ro-RO': () => Promise<{
7517
7553
  default: {
@@ -7722,6 +7758,7 @@ declare const _default: {
7722
7758
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
7723
7759
  "ach.encryptedBankLocationId.aria.label": string;
7724
7760
  "twint.saved": string;
7761
+ orPayWith: string;
7725
7762
  };
7726
7763
  payButton: string;
7727
7764
  "payButton.redirecting": string;
@@ -7930,6 +7967,7 @@ declare const _default: {
7930
7967
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
7931
7968
  "ach.encryptedBankLocationId.aria.label": string;
7932
7969
  "twint.saved": string;
7970
+ orPayWith: string;
7933
7971
  }>;
7934
7972
  'ru-RU': () => Promise<{
7935
7973
  default: {
@@ -8137,6 +8175,7 @@ declare const _default: {
8137
8175
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
8138
8176
  "ach.encryptedBankLocationId.aria.label": string;
8139
8177
  "twint.saved": string;
8178
+ orPayWith: string;
8140
8179
  };
8141
8180
  payButton: string;
8142
8181
  "payButton.redirecting": string;
@@ -8342,6 +8381,7 @@ declare const _default: {
8342
8381
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
8343
8382
  "ach.encryptedBankLocationId.aria.label": string;
8344
8383
  "twint.saved": string;
8384
+ orPayWith: string;
8345
8385
  }>;
8346
8386
  'sk-SK': () => Promise<{
8347
8387
  default: {
@@ -8552,6 +8592,7 @@ declare const _default: {
8552
8592
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
8553
8593
  "ach.encryptedBankLocationId.aria.label": string;
8554
8594
  "twint.saved": string;
8595
+ orPayWith: string;
8555
8596
  };
8556
8597
  payButton: string;
8557
8598
  "payButton.redirecting": string;
@@ -8760,6 +8801,7 @@ declare const _default: {
8760
8801
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
8761
8802
  "ach.encryptedBankLocationId.aria.label": string;
8762
8803
  "twint.saved": string;
8804
+ orPayWith: string;
8763
8805
  }>;
8764
8806
  'sl-SI': () => Promise<{
8765
8807
  default: {
@@ -8970,6 +9012,7 @@ declare const _default: {
8970
9012
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
8971
9013
  "ach.encryptedBankLocationId.aria.label": string;
8972
9014
  "twint.saved": string;
9015
+ orPayWith: string;
8973
9016
  };
8974
9017
  payButton: string;
8975
9018
  "payButton.redirecting": string;
@@ -9178,6 +9221,7 @@ declare const _default: {
9178
9221
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
9179
9222
  "ach.encryptedBankLocationId.aria.label": string;
9180
9223
  "twint.saved": string;
9224
+ orPayWith: string;
9181
9225
  }>;
9182
9226
  'sv-SE': () => Promise<{
9183
9227
  default: {
@@ -9388,6 +9432,7 @@ declare const _default: {
9388
9432
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
9389
9433
  "ach.encryptedBankLocationId.aria.label": string;
9390
9434
  "twint.saved": string;
9435
+ orPayWith: string;
9391
9436
  };
9392
9437
  payButton: string;
9393
9438
  "payButton.redirecting": string;
@@ -9596,6 +9641,7 @@ declare const _default: {
9596
9641
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
9597
9642
  "ach.encryptedBankLocationId.aria.label": string;
9598
9643
  "twint.saved": string;
9644
+ orPayWith: string;
9599
9645
  }>;
9600
9646
  'zh-CN': () => Promise<{
9601
9647
  default: {
@@ -9805,6 +9851,7 @@ declare const _default: {
9805
9851
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
9806
9852
  "ach.encryptedBankLocationId.aria.label": string;
9807
9853
  "twint.saved": string;
9854
+ orPayWith: string;
9808
9855
  };
9809
9856
  payButton: string;
9810
9857
  "payButton.redirecting": string;
@@ -10012,6 +10059,7 @@ declare const _default: {
10012
10059
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
10013
10060
  "ach.encryptedBankLocationId.aria.label": string;
10014
10061
  "twint.saved": string;
10062
+ orPayWith: string;
10015
10063
  }>;
10016
10064
  'zh-TW': () => Promise<{
10017
10065
  default: {
@@ -10222,6 +10270,7 @@ declare const _default: {
10222
10270
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
10223
10271
  "ach.encryptedBankLocationId.aria.label": string;
10224
10272
  "twint.saved": string;
10273
+ orPayWith: string;
10225
10274
  };
10226
10275
  payButton: string;
10227
10276
  "payButton.redirecting": string;
@@ -10430,6 +10479,7 @@ declare const _default: {
10430
10479
  "ach.encryptedBankLocationId.aria.iframeTitle": string;
10431
10480
  "ach.encryptedBankLocationId.aria.label": string;
10432
10481
  "twint.saved": string;
10482
+ orPayWith: string;
10433
10483
  }>;
10434
10484
  };
10435
10485
  export default _default;
@@ -72,6 +72,10 @@ export interface PaymentMethod {
72
72
  * Configuration props as set by the merchant in the CA and received in the PM object in the /paymentMethods response
73
73
  */
74
74
  configuration?: object;
75
+ /**
76
+ * Brands available for this payment method
77
+ */
78
+ brands?: string[];
75
79
  }
76
80
  export interface StoredPaymentMethod extends PaymentMethod {
77
81
  /**
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "./dist/adyen.css": "./dist/adyen.css",
23
23
  "./package.json": "./package.json"
24
24
  },
25
- "version": "5.2.2",
25
+ "version": "5.3.0",
26
26
  "license": "MIT",
27
27
  "homepage": "https://docs.adyen.com/checkout",
28
28
  "repository": "github:Adyen/adyen-web",
@@ -1,4 +0,0 @@
1
- import { h } from 'preact';
2
- import './ContentSeparator.scss';
3
- declare function ContentSeparator(): h.JSX.Element;
4
- export default ContentSeparator;