export interface TabChangeEventDetail {
  /**
   * The tab that just became active
   */
  tab: number | string;
}
