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) 257 B
import React from 'react'; import { IResizableOptions } from '@devexpress/analytics-core/core/internal/_resizable'; declare const useDxResizable: (ref: React.MutableRefObject<HTMLElement>, options: IResizableOptions) => void; export default useDxResizable;