UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

19 lines (18 loc) 386 B
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details. v3.2.1 */ const SLOTS = { menuActions: "menu-actions", menuTooltip: "menu-tooltip" }; const ICONS = { menu: "ellipsis" }; const CSS = { container: "container" }; export { CSS as C, ICONS as I, SLOTS as S };