| 86 | }; |
| 87 | |
| 88 | export class MapHeatmap extends React.Component<MapHeatmapProps> { |
| 89 | // declaration only, as they are set through decorateMap |
| 90 | /// @ts-ignore |
| 91 | context!: React.ContextType<typeof ProviderContext>; |
nothing calls this directly
no outgoing calls
no test coverage detected