devexpress-reporting-react
Version:
DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.
8 lines (7 loc) • 299 B
JavaScript
import BaseRequestOptions from './_baseRequestOptions';
const ReportViewerRequestOptions = () => null;
ReportViewerRequestOptions.displayName = 'DxReportViewerRequestOptions';
ReportViewerRequestOptions.propTypes = {
...BaseRequestOptions.propTypes
};
export default ReportViewerRequestOptions;