@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.
16 lines (15 loc) • 513 B
TypeScript
import { default as React } from 'react';
export default ProjectedContainer;
declare class ProjectedContainer extends React.Component<any, any, any> {
constructor(props: any);
state: {};
divRef: React.RefObject<any>;
createProjection(): {
path: d3.GeoPath<any, d3.GeoPermissibleObjects>;
projection: any;
};
componentDidMount(): void;
componentDidUpdate(prevProps: any, prevState: any, snapshot: any): void;
render(): React.JSX.Element;
}
import * as d3 from 'd3';