Skip to content

Commit 9f1503d

Browse files
committed
Add the new 'Circle' class
1 parent 4c076ca commit 9f1503d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ export class Polyline extends React.Component<any, any> {
8383

8484
}
8585

86+
export class Circle extends React.Component<any, any> {
87+
88+
}
89+
8690
export interface IInfoWindowProps extends Partial<google.maps.InfoWindowOptions> {
8791
google: typeof google
8892
map: google.maps.Map

0 commit comments

Comments
 (0)