@arcgis/map-components
Version:
ArcGIS Map Components
17 lines (16 loc) • 501 B
JavaScript
/*! All material copyright Esri, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
v4.33.13 */
const e = {
disabled: "esri-disabled",
empty: "esri-widget__content--empty",
heading: "esri-widget__heading",
loaderAnimation: "esri-widget__loader-animation",
panel: "esri-widget--panel",
widget: "esri-widget esri-component",
widgetButton: "esri-widget--button",
widgetDisabled: "esri-widget--disabled"
};
export {
e as g
};