UNPKG

@grapecity/activereports

Version:

ActiveReportsJS

10 lines (8 loc) 429 B
import * as ReportViewer from './ar-js-viewer'; import * as ReportDesigner from './ar-js-designer'; import * as Core from './ar-js-core'; import * as PdfExport from './ar-js-pdf'; import * as HtmlExport from './ar-js-html'; import * as XlsxExport from './ar-js-xlsx'; import * as TabularDataExport from './ar-js-tabular-data'; export { ReportViewer, ReportDesigner, Core, PdfExport, HtmlExport, XlsxExport, TabularDataExport };