UNPKG

devexpress-reporting

Version:

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

18 lines (17 loc) 652 B
/** * DevExpress HTML/JS Reporting (scopes\reporting.d.ts) * 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 */ import '../common/customTypes'; import '../common/imageSource'; import '../common/types'; import '../common/binding/eventGenerator'; import '../common/binding/exportOptionsEventArgs'; export * from '../common/customTypes'; export * from '../common/imageSource'; export * from '../common/types'; export * from '../common/binding/eventGenerator'; export * from '../common/binding/exportOptionsEventArgs';