UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

7 lines (6 loc) 115 B
export interface TabChangeEventDetail { /** * The tab that just became active */ tab: number | string; }