UNPKG

react-gallimaps

Version:

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

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