devexpress-reporting-react
Version:
DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.
14 lines (13 loc) • 864 B
TypeScript
import DxReportViewer, { DxReportViewerProps, DxReportViewerRef } from './DxReportViewer';
import Callbacks from './options/Callbacks';
import ExportSettings from './options/ExportSettings';
import MobileModeSettings from './options/MobileModeSettings';
import ProgressBarSettings from './options/ProgressBarSettings';
import RemoteSettings from './options/RemoteSettings';
import RequestOptions from './options/RequestOptions';
import SearchSettings from './options/SearchSettings';
import TabPanelSettings from './options/TabPanelSettings';
import { TemplateEngine } from './core/template-engine';
export { Callbacks, ExportSettings, MobileModeSettings, ProgressBarSettings, RemoteSettings, RequestOptions, SearchSettings, TabPanelSettings, DxReportViewer, TemplateEngine };
export type { DxReportViewerProps, DxReportViewerRef };
export default DxReportViewer;