From 7a9915028ff119a7320e3139e45520e49c6b1ae3 Mon Sep 17 00:00:00 2001 From: Wojciech Rygorowicz Date: Thu, 5 Mar 2026 09:45:28 +0100 Subject: [PATCH] Add maxSavedCards property to types Add maxSavedCards property to define display limit for saved cards. --- src/types/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 13be911..3273bc9 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -162,6 +162,11 @@ export interface UniversalToggles { */ savedCardsBins?: boolean | 2 | 3 | 4 | 5 | 6 + /** + * Maximum amount of saved cards to display before hiding the new card form. + */ + maxSavedCards?: number + /** * If true, the CVV in saved payment method will be inline * @default false