UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

4 lines (3 loc) 126 B
export type TabID = string | number; export type TabPosition = "top" | "bottom"; export type TabLayout = "center" | "inline";