@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.
6 lines (5 loc) • 393 B
TypeScript
import { default as React } from 'react';
export default Line;
declare function Line(data: any, lineColor: any, layout: any, groupMode: any, keys: any, tooltipContent: any, title: any, measure: any): React.FC<import('react-intl').WithIntlProps<import('react-intl').WrappedComponentProps<any>>> & {
WrappedComponent: React.ComponentType<import('react-intl').WrappedComponentProps<any>>;
};