UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

8 lines (7 loc) 184 B
export type AlertDuration = "fast" | "medium" | "slow"; export interface Sync { queue: HTMLCalciteAlertElement[]; } export interface Unregister { alert: HTMLCalciteAlertElement; }