runette / ngx-leaflet-fullscreen

Angular wrapper for the leaflet-fullscreen control
MIT License
6 stars 1 forks source link

FullscreenOptions import undocumented #15

Open mjpoo opened 3 months ago

mjpoo commented 3 months ago

TypeScript gives a Object literal may only specify known properties, and 'position' does not exist in type 'FullscreenOptions'.ts(2353) type error unless FullscreenOptions is imported like so:

import { Map, FullscreenOptions } from 'leaflet';

It may be helpful to others if the README is updated to reflect this.