.d.ts fixes
parent
2eef8e3f13
commit
6f3e964d05
|
@ -21,6 +21,10 @@ export interface CardPassThroughOptions {
|
|||
* Uses to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the body's DOM element.
|
||||
*/
|
||||
|
|
|
@ -55,10 +55,6 @@ export interface TabViewPassThroughOptions {
|
|||
* Uses to pass attributes to the list's DOM element.
|
||||
*/
|
||||
nav?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the list items' DOM element.
|
||||
*/
|
||||
tabheader?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the inkbar's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue