@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.
11 lines (10 loc) • 366 B
TypeScript
import { default as React } from 'react';
export default Map;
declare class Map extends React.Component<any, any, any> {
constructor(props: any);
svgRef: React.RefObject<any>;
dragged(event: any, d: any): void;
componentDidUpdate(prevProps: any, prevState: any, snapshot: any): void;
componentDidMount(): void;
render(): React.JSX.Element;
}