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) 290 B
import { FunctionComponent } from 'react'; type ExportSettingsPropsType = { useSameTab?: boolean; useAsynchronousExport?: boolean; showPrintNotificationDialog?: boolean; }; declare const ExportSettings: FunctionComponent<ExportSettingsPropsType>; export default ExportSettings;