UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

13 lines (10 loc) 250 B
'use strict'; const CSS = { sticky: "sticky" }; (function (ICON_TYPES) { ICON_TYPES["circle"] = "circle"; ICON_TYPES["square"] = "square"; ICON_TYPES["grip"] = "grip"; })(exports.ICON_TYPES || (exports.ICON_TYPES = {})); exports.CSS = CSS;