UNPKG

devexpress-reporting-react

Version:

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

7 lines (6 loc) 279 B
import React from 'react'; import { IPainterOptions } from 'devexpress-reporting/viewer/widgets/pictureEditor/_painter'; declare const PainterComponent: React.FC<{ options: IPainterOptions; } & Partial<React.HTMLAttributes<HTMLDivElement>>>; export default PainterComponent;