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) 236 B
import React from 'react'; import { IMobileSearchViewModel } from 'devexpress-reporting/scopes/reporting-viewer-mobile-internal'; declare const MobileSearch: React.FC<{ data: IMobileSearchViewModel; }>; export default MobileSearch;