@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
11 lines (10 loc) • 610 B
TypeScript
export declare type Alignment = "start" | "center" | "end";
export declare type Appearance = "solid" | "clear" | "outline";
export declare type Columns = 1 | 2 | 3 | 4 | 5 | 6;
export declare type FlipContext = "both" | "start" | "end";
export declare type Layout = "horizontal" | "vertical" | "grid";
export declare type Position = "start" | "end";
export declare type Scale = "s" | "m" | "l";
export declare type Status = "invalid" | "valid" | "idle";
export declare type ThemeClass = "calcite-theme-light" | "calcite-theme-dark" | "calcite-theme-auto";
export declare type Width = "auto" | "half" | "full";