Skip to content

Commit e244e56

Browse files
update types
1 parent 2df2045 commit e244e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ declare class tabsMoreButton implements ITabsMoreButton {
88
tabDisplay?: string;
99
buttonElement: HTMLElement;
1010
containerElement: HTMLElement;
11+
tablistElement: HTMLElement;
1112
});
1213
public resize(selectedTabIndex: number, direction?: "ltr" | "rtl", isVertical?: boolean): Array<{ el: HTMLElement, index: Number }>;
1314
}

0 commit comments

Comments
 (0)