mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-11 19:42:23 +08:00
Added a missing 'draggable' boolean property to Props. (#23347)
This commit is contained in:
committed by
Sheetal Nandi
parent
d5b9413803
commit
95c52dcefe
1
types/google-map-react/index.d.ts
vendored
1
types/google-map-react/index.d.ts
vendored
@@ -84,6 +84,7 @@ export interface Props {
|
||||
options?: Options | ((maps: Maps) => Options);
|
||||
margin?: any[];
|
||||
debounced?: boolean;
|
||||
draggable?: boolean;
|
||||
layerTypes?: string[];
|
||||
onClick?(value: ClickEventValue): any;
|
||||
onChange?(value: ChangeEventValue): any;
|
||||
|
||||
Reference in New Issue
Block a user