UNPKG

devexpress-reporting-react

Version:

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

9 lines (8 loc) 285 B
import PropTypes from 'prop-types'; const MobileModeSettings = () => null; MobileModeSettings.displayName = 'DxReportViewerMobileModeSettings'; MobileModeSettings.propTypes = { readerMode: PropTypes.bool, animationEnabled: PropTypes.bool, }; export default MobileModeSettings;