From e603bfbbcd1d12703c724909385cf5d477792335 Mon Sep 17 00:00:00 2001 From: Batuhan Tomo <91488737+Rekl0w@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:30:08 +0300 Subject: [PATCH] Fix #6774: Rename previousButton to prevButton in TabViewPassThroughOptions (#6775) --- 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. */