UNPKG

@opendatasoft/visualizations-react

Version:

Opendatasoft's React wrapper for visualization components.

9 lines (8 loc) 478 B
import { FeatureCollection } from 'geojson'; import { ChoroplethShapeVectorTilesValue, ChoroplethDataValue } from '@opendatasoft/visualizations'; export declare const dataReg: ChoroplethDataValue[]; export declare const shapesTiles: ChoroplethShapeVectorTilesValue; export declare const shapes: FeatureCollection; export declare const multiPolygonShapes: FeatureCollection; export declare const regShapes: FeatureCollection; export declare const worldCopies: FeatureCollection;