devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
18 lines (17 loc) • 510 B
JavaScript
/**
* DevExtreme (cjs/__internal/grids/pivot_grid/const.js)
* Version: 23.2.6
* Build date: Wed May 01 2024
*
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CLASSES = void 0;
const CLASSES = {
scrollBarMeasureElement: "dx-pivotgrid-scrollbar-measure-element"
};
exports.CLASSES = CLASSES;