UNPKG

react-gallimaps

Version:

A minimalist React wrapper for GalliMaps Vector Plugin - Easy integration for Nepal's mapping solution

5 lines (4 loc) 150 B
import React from 'react'; import { PolygonProps } from '../types/components'; declare const Polygon: React.FC<PolygonProps>; export default Polygon;