UNPKG

devexpress-reporting-react

Version:

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

16 lines (15 loc) 542 B
import PropTypes from 'prop-types'; const Callbacks = () => null; Callbacks.displayName = 'DxReportViewerBaseCallbacks'; Callbacks.propTypes = { CustomizeParameterEditors: PropTypes.func, CustomizeParameterLookUpSource: PropTypes.func, ParametersReset: PropTypes.func, ParametersSubmitted: PropTypes.func, ParametersInitialized: PropTypes.func, CustomizeLocalization: PropTypes.func, OnInitializing: PropTypes.func, BeforeRender: PropTypes.func, OnServerError: PropTypes.func, }; export default Callbacks;