UNPKG

react-gallimaps

Version:

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

5 lines (4 loc) 143 B
import React from 'react'; import { GallimapProps } from '../types'; declare const Gallimap: React.FC<GallimapProps>; export default Gallimap;