diff --git a/types/google-maps-react/index.d.ts b/types/google-maps-react/index.d.ts index 1389982890..3d8d177d8b 100644 --- a/types/google-maps-react/index.d.ts +++ b/types/google-maps-react/index.d.ts @@ -89,6 +89,9 @@ export class Polyline extends React.Component { export class Circle extends React.Component { } +export class HeatMap extends React.Component { +} + export interface InfoWindowProps extends Partial { google: typeof google; map: google.maps.Map;