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) 275 B
import React from 'react'; import { ButtonOptions } from '@devexpress/analytics-core/core/widgets/_buttonInlineEditor'; declare const useDxButtonWithTemplate: (ref: React.MutableRefObject<HTMLElement>, options: ButtonOptions) => void; export default useDxButtonWithTemplate;