Add comment to type declaration file

This commit is contained in:
Maciej Ziarkowski 2019-09-10 12:26:11 +01:00
parent f5e21e5c1f
commit 7be25e22a7

View File

@ -1,3 +1,9 @@
/**
* Export all type declarations available for react-leaflet as types for react-leaflet-universal.
* This is because the latter doesn't have type declarations published as of 2019-09-09
* but we can re-use types from react-leaflet as universal is mostly a wrapper, so the types
* still apply.
*/
declare module 'react-leaflet-universal' {
export * from 'react-leaflet';
}