Has anybody using this library with Typescript? Curious what your experience has been.
No feedback... I'm closing it but feel free to comment / reopen if relevant.
Just for the record, using it and works well. There's just no typing information, so you'll have to use require instead of import:
declare var require: any
const { Map, TileLayer } = require('../../node_modules/react-leaflet')
FYI, I've created typescript definitions and submitted them to DefinitelyTyped:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/13922
Most helpful comment
FYI, I've created typescript definitions and submitted them to DefinitelyTyped:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/13922