UNPKG

@grapecity/activereports

Version:

ActiveReportsJS

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