UNPKG

@devgateway/dvz-ui-react

Version:

A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.

10 lines (9 loc) 263 B
import { default as React } from 'react'; export default CSVDataFrame; declare function CSVDataFrame({ children, data, keys, type, measures }: { children: any; data: any; keys: any; type: any; measures: any; }): React.JSX.Element | undefined;