UNPKG

offline-map-react

Version:

<h1 style="text-align: center">Welcome to offline-map-react 👋</h1> <p> <a href="https://www.npmjs.com/package/offline-map-react" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/offline-map-react.svg"> </a> <a href="ht

7 lines (5 loc) • 130 B
import Leaflet, {Map} from "leaflet"; export interface IMakeTileLayerOfflineProps { leaflet: typeof Leaflet map: Map }