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) 250 B
import React from 'react'; import { IMobileReportPreviewViewModel } from 'devexpress-reporting/viewer/mobile/mobilePreview.viewModel'; declare const MobileSurface: React.FC<{ data: IMobileReportPreviewViewModel; }>; export default MobileSurface;