react-gallimaps
Version:
A minimalist React wrapper for GalliMaps Vector Plugin - Easy integration for Nepal's mapping solution
8 lines (7 loc) • 401 B
TypeScript
export { default as Gallimap } from "./GalliMap";
export { default as Marker } from "./Marker";
export { default as Polygon } from "./Polygon";
export { default as Search } from "./Search";
export { GallimapsProvider, useGallimaps } from "../context/GallimapsContext";
export { useGallimapsAPI } from "../hooks/useGalliMaps";
export { MarkerRegistryProvider } from "../context/MarkerRegistryContext";