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) 266 B
import PropTypes from 'prop-types'; const SearchSettings = () => null; SearchSettings.displayName = 'DxReportViewerSearchSettings'; SearchSettings.propTypes = { useAsyncSearch: PropTypes.bool, searchEnabled: PropTypes.bool, }; export default SearchSettings;