UNPKG

react-denmark-map

Version:

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

3 lines (2 loc) 204 B
import { ZoompaneProps } from '@/components/zoompane/zoompane.types'; export default function Zoompane({ zoomable, customZoomControls, children }: ZoompaneProps): import("react/jsx-runtime").JSX.Element;