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