@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
16 lines (15 loc) • 460 B
JavaScript
/*! 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 */
import { s as setAssetPath$1 } from "./chunks/runtime.js";
import { g } from "./chunks/runtime.js";
let assetPathChanged = false;
const setAssetPath = (path) => {
assetPathChanged = true;
setAssetPath$1(path);
};
export {
assetPathChanged,
g as getAssetPath,
setAssetPath
};