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; } /**