google-maps-js-api-react
Version:
Fast, tree-shakable, and light-weight React components and hooks for integrating Google Maps API functionality
1 lines • 378 B
Source Map (JSON)
{"version":3,"sources":["../../src/utils/MapContext.ts"],"names":["createContext"],"mappings":";;;;;AAGA,IAAM,UAAA,GAAaA,oBAA+B,IAAK,CAAA;AAGvD,IAAO,kBAAQ,GAAA","file":"chunk-2XKLZKVG.cjs","sourcesContent":["import { createContext } from 'react';\n\n/** @internal */\nconst MapContext = createContext<google.maps.Map>(null!);\n\n/** @internal */\nexport default MapContext;\n"]}