UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

15 lines (14 loc) 610 B
/** * DevExpress HTML/JS Reporting (bundle\designer-bundle.js) * Version: 20.2.13 * Build date: Apr 10, 2023 * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ "use strict"; var _add_designer_to_bundle_1 = require("./_add-designer-to-bundle"); var _add_rich_edit_to_bundle_1 = require("./_add-rich-edit-to-bundle"); var DevExpress = window.DevExpress || {}; _add_designer_to_bundle_1._addDesignerToBundle(DevExpress); _add_rich_edit_to_bundle_1._addRichToBundle(DevExpress); module.exports = DevExpress['Reporting'];