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