From 08289e81bcfc0f870befcd3aa2c616b5c2f19cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 2 Jun 2023 14:55:13 +0300 Subject: [PATCH] Update TabView.d.ts --- components/lib/tabview/TabView.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/lib/tabview/TabView.d.ts b/components/lib/tabview/TabView.d.ts index 1fa83f063..b630e831b 100755 --- a/components/lib/tabview/TabView.d.ts +++ b/components/lib/tabview/TabView.d.ts @@ -56,10 +56,6 @@ export interface TabViewPassThroughOptions { * Uses to pass attributes to the list's DOM element. */ nav?: TabViewPassThroughOptionType; - /** - * Uses to pass attributes to TabPanel helper components. - */ - tab?: TabPanelPassThroughOptionType; /** * Uses to pass attributes to the inkbar's DOM element. */ @@ -84,6 +80,10 @@ export interface TabViewPassThroughOptions { * Uses to pass attributes to the panel's DOM element. */ panelContainer?: TabViewPassThroughOptionType; + /** + * Uses to pass attributes to TabPanel helper components. + */ + tab?: TabPanelPassThroughOptionType; } /**