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) 340 B
import PropTypes from 'prop-types'; const TranslationSettings = () => null; TranslationSettings.displayName = 'DxReportViewerAITranslationSettings'; TranslationSettings.propTypes = { translationEnabled: PropTypes.bool, inlineTranslationEnabled: PropTypes.bool, languages: PropTypes.array, }; export default TranslationSettings;