UNPKG

devexpress-reporting-react

Version:

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

7 lines (6 loc) 229 B
import React from 'react'; import { IExportToolViewModel } from 'devexpress-reporting/viewer/internal/_exportHandler.viewModel'; declare const ExportTool: React.FC<{ data: IExportToolViewModel; }>; export default ExportTool;