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 TabPanelSettings = () => null; TabPanelSettings.displayName = 'DxReportViewerTabPanelSettings'; TabPanelSettings.propTypes = { position: PropTypes.string, width: PropTypes.number, }; export default TabPanelSettings;