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) 215 B
import React from 'react'; import { IEditorViewModel } from '@devexpress/analytics-core/property-grid/widgets/editor'; declare const EditorBase: React.FC<{ data: IEditorViewModel; }>; export default EditorBase;