From 6b7f12aa691cc0e17d4cd5b2292384c836887041 Mon Sep 17 00:00:00 2001 From: Batuhan Tomo Date: Thu, 20 Jun 2024 09:54:39 +0300 Subject: [PATCH] Fix #6774: Rename previousButton to prevButton in TabViewPassThroughOptions --- components/lib/tabview/tabview.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/tabview/tabview.d.ts b/components/lib/tabview/tabview.d.ts index 2e6983c883..a43fcc96e3 100644 --- a/components/lib/tabview/tabview.d.ts +++ b/components/lib/tabview/tabview.d.ts @@ -346,7 +346,7 @@ export interface TabViewPassThroughOptions { /** * Uses to pass attributes to the previous button's DOM element. */ - previousButton?: TabViewPassThroughType>; + prevButton?: TabViewPassThroughType>; /** * Uses to pass attributes to the previous button icon's DOM element. */