tomchentw / react-google-maps

React.js Google Maps integration component

Home Page:https://tomchentw.github.io/react-google-maps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

property `opacity` does not exist in GroundOverlayProps

Anne-Anq opened this issue · comments

Property opacity does not exist in GroundOverlayProps,

if I use options : { opacity: number} it works but it is not dynamic,

if I use opacity: number as specified in the docs, it works, but typescript gives an error.

I can create a pull request to add that type if that helps