UNPKG

devexpress-reporting-react

Version:

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

8 lines (7 loc) 258 B
import { FunctionComponent } from 'react'; type MobileModeSettingsPropsType = { readerMode?: boolean; animationEnabled?: boolean; }; declare const MobileModeSettings: FunctionComponent<MobileModeSettingsPropsType>; export default MobileModeSettings;