google-maps-js-api-react
Version:
Fast, tree-shakable, and light-weight React components and hooks for integrating Google Maps API functionality
1 lines • 667 B
Source Map (JSON)
{"version":3,"sources":["../../src/HeatmapLayer/index.ts"],"names":["handleComponent_default"],"mappings":";;;;;AAKA,IAAM,YAAe,GAAAA,yCAAA,CASnB,CAAC,eAAA,EAAiB,cAAc,CAAC,CAAA;AAEnC,IAAO,oBAAQ,GAAA","file":"chunk-7PGE3LIE.cjs","sourcesContent":["import type { ComponentProps } from 'react';\nimport handleComponent from '../utils/handleComponent';\n\nexport type HeatmapLayerProps = ComponentProps<typeof HeatmapLayer>;\n\nconst HeatmapLayer = handleComponent<\n google.maps.visualization.HeatmapLayer,\n {},\n {\n /**\n * The data points to display.\n */\n data: true;\n }\n>(['visualization', 'HeatmapLayer']);\n\nexport default HeatmapLayer;\n"]}