UNPKG

react-denmark-map

Version:

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

7 lines (6 loc) 314 B
import { DenmarkType } from '@/components/areas/denmark/denmark.data'; import { MapProps } from '@/components/map/map.types'; /** * Component displaying a full map of Denmark without any subsequent areas. */ export default function Denmark(props: MapProps<DenmarkType>): import("react/jsx-runtime").JSX.Element;