UNPKG

react-denmark-map

Version:

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

7 lines (6 loc) 311 B
import { IslandType } from '@/components/areas/islands/islands.data'; import { MapProps } from '@/components/map/map.types'; /** * Component displaying a map of Denmark including the three main islands. */ export default function Islands(props: MapProps<IslandType>): import("react/jsx-runtime").JSX.Element;