UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 211 B
import { MapRectangleProps } from './types'; declare const MapRectangle: ({ bounds, color, fillColor, popupContent, }: MapRectangleProps) => import("react/jsx-runtime").JSX.Element; export default MapRectangle;