UNPKG

devexpress-reporting-react

Version:

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

5 lines (4 loc) 286 B
import React from 'react'; import { IMobilePaginatorViewModel } from 'devexpress-reporting/scopes/reporting-viewer-mobile-internal'; declare const useDxMobilePaginator: (options: IMobilePaginatorViewModel) => React.MutableRefObject<HTMLDivElement>; export default useDxMobilePaginator;