Skip to content

Commit 9840eee

Browse files
authored
Merge pull request #3165 from rickstaa/export_state_interface
2 parents 7d28ccf + 492dadd commit 9840eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)