diff --git a/components/lib/card/Card.d.ts b/components/lib/card/Card.d.ts index 2634c2966..1754e8344 100755 --- a/components/lib/card/Card.d.ts +++ b/components/lib/card/Card.d.ts @@ -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. */ diff --git a/components/lib/tabview/TabView.d.ts b/components/lib/tabview/TabView.d.ts index a0531c2d4..e44dd41fc 100755 --- a/components/lib/tabview/TabView.d.ts +++ b/components/lib/tabview/TabView.d.ts @@ -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. */