UNPKG

react-typescript-datamaps

Version:

react wrapper component for the 'datamaps' library (Interactive maps for data visualizations). Out of the box it includes advance arc-attack-plugin and demo mode.

26 lines (25 loc) 513 B
export declare const cyberThreats: { name: string; color: string; }[]; export declare const world: ({ city: string; latitude: string; longitude: string; country: string; iso2: string; iso3: string; capital: string; population: string; id: string; } | { city: string; latitude: string; longitude: string; country: string; iso2: string; iso3: string; capital: string; id: string; population?: undefined; })[];