UNPKG

react-denmark-map

Version:

Customizable plug-and-play map of Denmark for visual presentation.

7 lines (6 loc) 338 B
import { MunicipalityType } from '@/components/areas/municipalities/municipalities.data'; import { MapProps } from '@/components/map/map.types'; /** * Component displaying a map of Denmark with all 98 municipalities. */ export default function Municipalities(props: MapProps<MunicipalityType>): import("react/jsx-runtime").JSX.Element;