UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

5 lines (3 loc) 158 B
export type TableLayout = "auto" | "fixed"; export type TableSelectionDisplay = "top" | "none"; export type TableInteractionMode = "interactive" | "static";