mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
committed by
Wesley Wigham
parent
0f18f42a4d
commit
fec917b4b9
3
types/google-maps-react/index.d.ts
vendored
3
types/google-maps-react/index.d.ts
vendored
@@ -89,6 +89,9 @@ export class Polyline extends React.Component<any, any> {
|
||||
export class Circle extends React.Component<any, any> {
|
||||
}
|
||||
|
||||
export class HeatMap extends React.Component<any, any> {
|
||||
}
|
||||
|
||||
export interface InfoWindowProps extends Partial<google.maps.InfoWindowOptions> {
|
||||
google: typeof google;
|
||||
map: google.maps.Map;
|
||||
|
||||
Reference in New Issue
Block a user