UNPKG

react-denmark-map

Version:

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

7 lines (6 loc) 351 B
import { ConstituencyType } from '@/components/areas/constituencies/constituencies.data'; import { MapProps } from '@/components/map/map.types'; /** * Component displaying a map of Denmark with the 10 constituencies (storkredse). */ export default function Constituencies(props: MapProps<ConstituencyType>): import("react/jsx-runtime").JSX.Element;