Update TabView.d.ts

pull/4016/head
Tuğçe Küçükoğlu 2023-06-02 14:55:13 +03:00
parent cc6ec6c874
commit 08289e81bc
1 changed files with 4 additions and 4 deletions

View File

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