- protected container: HTMLElement;
- protected tabList: HTMLElement;
- protected tabs: HTMLElement[];
- protected panels: HTMLElement[];
+ protected container!: HTMLElement;
+ protected tabList!: HTMLElement;
+ protected tabs!: HTMLElement[];
+ protected panels!: HTMLElement[];