UNPKG

devexpress-reporting-react

Version:

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

4 lines (3 loc) 188 B
import React from 'react'; declare const useDxAction: (ref: React.MutableRefObject<HTMLElement>, action: (e: any, ...rest: any[]) => void, model: any) => void; export default useDxAction;