UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

4 lines (3 loc) 151 B
export declare type TabID = string | number; export declare type TabPosition = "above" | "below"; export declare type TabLayout = "center" | "inline";