Update TabView.d.ts
parent
cc6ec6c874
commit
08289e81bc
|
@ -56,10 +56,6 @@ export interface TabViewPassThroughOptions {
|
||||||
* Uses to pass attributes to the list's DOM element.
|
* Uses to pass attributes to the list's DOM element.
|
||||||
*/
|
*/
|
||||||
nav?: TabViewPassThroughOptionType;
|
nav?: TabViewPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to TabPanel helper components.
|
|
||||||
*/
|
|
||||||
tab?: TabPanelPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the inkbar's DOM element.
|
* 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.
|
* Uses to pass attributes to the panel's DOM element.
|
||||||
*/
|
*/
|
||||||
panelContainer?: TabViewPassThroughOptionType;
|
panelContainer?: TabViewPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Uses to pass attributes to TabPanel helper components.
|
||||||
|
*/
|
||||||
|
tab?: TabPanelPassThroughOptionType;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue