UNPKG

devexpress-reporting-react

Version:

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

10 lines (9 loc) 337 B
import PropTypes from 'prop-types'; const RequestOptions = () => null; RequestOptions.displayName = 'DxReportDesignerRequestOptions'; RequestOptions.propTypes = { getDesignerModelAction: PropTypes.string.isRequired, getLocalizationAction: PropTypes.string, host: PropTypes.string.isRequired }; export default RequestOptions;