UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

18 lines (17 loc) 428 B
export interface ItemRegistration { position: number; } export interface ItemKeyboardEvent { keyboardEvent: KeyboardEvent; } export interface GroupRegistration { items: HTMLCalciteDropdownItemElement[]; position: number; group: HTMLCalciteDropdownGroupElement; titleEl: HTMLSpanElement; separatorEl: HTMLDivElement; } export interface RegisteredItem { item: HTMLCalciteDropdownItemElement; position: number; }