{"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"]}