UNPKG
openlayers-react
Version:
latest (1.0.0)
1.0.0
OpenLayer React Components
github.com/awexfwex/openlayers-react
awexfwex/openlayers-react
openlayers-react
/
dist
/
CurrentMapContext.d.ts
7 lines
(6 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
olMap
from
'ol/Map'
;
export
interface
CurrentMapContextProps
{
map
: olMap; }
export
declare
const
CurrentMapContext
:
React
.
Context
<
CurrentMapContextProps
|
null
>;