UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

16 lines (15 loc) 419 B
/*! * All material copyright ESRI, All Rights Reserved, unless otherwise specified. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details. */ export const CSS = { container: "container", handle: "handle" }; export var ICON_TYPES; (function (ICON_TYPES) { ICON_TYPES["grip"] = "grip"; })(ICON_TYPES || (ICON_TYPES = {})); export const TEXT = { filterResults: "Filter results" };