UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 201 B
import { MapPolygonProps } from './types'; declare const MapPolygon: ({ positions, fill, stroke, popupContent }: MapPolygonProps) => import("react/jsx-runtime").JSX.Element; export default MapPolygon;