UNPKG

openlayers-react

Version:
7 lines (6 loc) 207 B
import React from 'react'; import olMap from 'ol/Map'; export interface CurrentMapContextProps { map: olMap; } export declare const CurrentMapContext: React.Context<CurrentMapContextProps | null>;