react-denmark-map
Version:
Customizable plug-and-play map of Denmark for visual presentation.
7 lines (6 loc) • 296 B
TypeScript
import { RegionType } from '@/components/areas/regions/regions.data';
import { MapProps } from '@/components/map/map.types';
/**
* Component displaying a map of Denmark with five regions.
*/
export default function Regions(props: MapProps<RegionType>): import("react/jsx-runtime").JSX.Element;