UNPKG

react-leaflet-control

Version:

Dumb Empty Component for control with react leaflet

9 lines (6 loc) 219 B
import * as React from 'react'; interface ControlProps { position: 'topleft' | 'topright' | 'bottomright' | 'bottomleft'; children: React.ReactNode; } export default class extends React.Component<ControlProps> {}