UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

10 lines (9 loc) 204 B
export interface StepperItemEventDetail { position: number; } export interface StepperItemKeyEventDetail { item: KeyboardEvent; } export interface StepperItemChangeEventDetail { position: number; }