UNPKG
react-leaflet-control
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Dumb Empty Component for control with react leaflet
github.com/LiveBy/react-leaflet-control
react-leaflet-control
/
index.d.ts
9 lines
(6 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
'react'
;
interface
ControlProps
{
position
:
'topleft'
|
'topright'
|
'bottomright'
|
'bottomleft'
;
children
:
React
.
ReactNode
; }
export
default
class
extends
React
.
Component
<
ControlProps
> {}