UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

11 lines (10 loc) 287 B
export interface StepperItemEventDetail { position: number; } export interface StepperItemKeyEventDetail { item: KeyboardEvent; } export interface StepperItemChangeEventDetail { position: number; } export type StepperLayout = "horizontal" | "vertical" | "horizontal-single";