UNPKG

rc-leaflet

Version:
8 lines (7 loc) 201 B
/// <reference types="react" /> import L from 'leaflet'; export interface ContextType { path?: L.PathOptions; } declare const Context: import("react").Context<ContextType>; export default Context;