.d.ts fixes

pull/3841/head
Tuğçe Küçükoğlu 2023-03-31 15:55:51 +03:00
parent 2eef8e3f13
commit 6f3e964d05
2 changed files with 4 additions and 4 deletions

View File

@ -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.
*/

View File

@ -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.
*/