UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

9 lines (8 loc) 290 B
export declare type StatusColor = "blue" | "green" | "red" | "yellow"; export declare type AlertDuration = "fast" | "medium" | "slow"; export declare enum StatusIcons { green = "checkCircle", yellow = "exclamationMarkTriangle", red = "exclamationMarkTriangle", blue = "lightbulb" }