Skip to content

Commit 492dadd

Browse files
committed
feat: export GoogleMapState
This commit ensures the GoogleMapState interface is exported to be used when importing the library.
1 parent 7d28ccf commit 492dadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-google-maps-api/src/GoogleMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const updaterMap = {
6060
},
6161
}
6262

63-
interface GoogleMapState {
63+
export interface GoogleMapState {
6464
map: google.maps.Map | null
6565
}
6666

0 commit comments

Comments
 (0)