UNPKG

react-googlemaps

Version:

A declarative React interface to Google Maps

11 lines (8 loc) 275 B
"use strict"; var invariant = require('react/lib/invariant'); invariant( window.google && window.google.maps, '`google.maps` global object not found, make sure ' + 'Google maps in included before react-googlemaps is defined' ); module.exports = window.google.maps;