Added a missing 'draggable' boolean property to Props. (#23347)

This commit is contained in:
AlekhineDev
2018-02-02 22:57:27 +01:00
committed by Sheetal Nandi
parent d5b9413803
commit 95c52dcefe

View File

@@ -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;