@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
21 lines (20 loc) • 540 B
JavaScript
/*!
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
* v1.5.0-next.4
*/
export const CSS = {
sticky: "sticky-pos"
};
export var ICON_TYPES;
(function (ICON_TYPES) {
ICON_TYPES["circle"] = "circle";
ICON_TYPES["square"] = "square";
ICON_TYPES["grip"] = "grip";
})(ICON_TYPES || (ICON_TYPES = {}));
export const TEXT = {
filterResults: "Filter results"
};
export const SLOTS = {
menuActions: "menu-actions"
};