JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.75k stars 426 forks source link

Use Partial for boxStyle type #3264

Closed HerrBertling closed 11 months ago

HerrBertling commented 12 months ago

As described in #3263, the current type of boxStyle requires ALL CSS style properties to be added. The type should probably use a Partial<T> to allow for some properties to be added.

Closes #3263

Please explain PR reason

See the linked issue #3263 😊

JustFly1984 commented 11 months ago

Thank you for your contribution!