@progress/kendo-vue-gauges
Version:
24 lines (23 loc) • 697 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { gaugeTheme as d } from "@progress/kendo-charts";
const h = (t, p, a) => {
let e = {};
if (typeof document == "undefined") {
t.dispatch({ type: "push", payload: e });
return;
}
try {
e = d(a);
} finally {
t.dispatch({ type: "push", payload: e }), p();
}
};
export {
h as loadTheme
};