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) 268 B
import React from 'react'; import { ITabPanelItemWithPropertyGridViewModel } from '@devexpress/analytics-core/core/tools/_tabInfoWithPropertyGrid'; declare const DocumentMap: React.FC<{ data: ITabPanelItemWithPropertyGridViewModel; }>; export default DocumentMap;