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) 261 B
import PropTypes from 'prop-types'; const RemoteSettings = () => null; RemoteSettings.displayName = 'DxReportViewerRemoteSettings'; RemoteSettings.propTypes = { authToken: PropTypes.string, serverUri: PropTypes.string, }; export default RemoteSettings;