UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

25 lines (24 loc) 680 B
/** * DevExtreme (cjs/viz/themes.js) * Version: 25.2.7 * Build date: Tue May 05 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; var _themes = require("../__internal/viz/themes"); Object.keys(_themes).forEach(function(key) { if ("default" === key || "__esModule" === key) { return } if (key in exports && exports[key] === _themes[key]) { return } Object.defineProperty(exports, key, { enumerable: true, get: function() { return _themes[key] } }) });