@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
10 lines (9 loc) • 403 B
TypeScript
export declare type StatusColor = "blue" | "green" | "red" | "yellow";
export declare type AlertDuration = "fast" | "medium" | "slow";
export declare type AlertPlacement = "bottom" | "bottom-end" | "bottom-start" | "top" | "top-end" | "top-start";
export declare enum StatusIcons {
green = "checkCircle",
yellow = "exclamationMarkTriangle",
red = "exclamationMarkTriangle",
blue = "lightbulb"
}