Id like to know all the methods and properties of something like GoogleMapReact I tried the following:
import GoogleMapReact from 'google-map-react'
console.log(GoogleMapReact);
But it returns this really giant, dirty one-line string thats hard to read.