UNPKG

react-gallimaps

Version:

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

7 lines (6 loc) 225 B
import React from 'react'; import { GallimapsContextType } from '../types'; export declare const GallimapsProvider: React.FC<{ children: React.ReactNode; }>; export declare const useGallimaps: () => GallimapsContextType;