UNPKG

devexpress-reporting-react

Version:

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

7 lines (6 loc) 278 B
import React from 'react'; import { IParametersPopupViewModelBase } from 'devexpress-reporting/viewer/mobile/internal/_parametersPopup.viewModel'; declare const MobileParametersPopup: React.FC<{ data: IParametersPopupViewModelBase; }>; export default MobileParametersPopup;