UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

3 lines (2 loc) 112 B
export type AlertDuration = "fast" | "medium" | "slow"; export type AlertQueue = "immediate" | "next" | "last";