mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-24 17:52:45 +00:00
Add files via upload
This commit is contained in:
parent
66fe42e92c
commit
dc9839670f
3
types/google-map-react/index.d.ts
vendored
3
types/google-map-react/index.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for google-map-react 0.22
|
||||
// Type definitions for google-map-react 0.23
|
||||
// Project: https://github.com/istarkov/google-map-react
|
||||
// Definitions by: Honza Brecka <https://github.com/honzabrecka>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@ -15,6 +15,7 @@ export interface Options {
|
||||
mapTypeControl?: boolean;
|
||||
minZoomOverride?: boolean;
|
||||
minZoom?: number;
|
||||
maxZoom?: number;
|
||||
gestureHandling?: string;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user