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) 256 B
import React from 'react'; import { ILazyImagesOptions } from 'devexpress-reporting/viewer/internal/_bindings'; declare const useDxLazyImages: (ref: React.MutableRefObject<HTMLElement>, options: ILazyImagesOptions) => void; export default useDxLazyImages;