UNPKG

@vis.gl/react-google-maps

Version:

React components and hooks for the Google Maps JavaScript API

12 lines (11 loc) 359 B
import React from 'react'; export { createStaticMapsUrl } from '../libraries/create-static-maps-url'; export * from '../libraries/create-static-maps-url/types'; /** * Props for the StaticMap component */ export type StaticMapProps = { url: string; className?: string; }; export declare const StaticMap: (props: StaticMapProps) => React.JSX.Element;