From 6f3e964d0501352a875046a7e447452d90f4026f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 31 Mar 2023 15:55:51 +0300 Subject: [PATCH] .d.ts fixes --- components/lib/card/Card.d.ts | 4 ++++ components/lib/tabview/TabView.d.ts | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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. */