[react-places-autocomplete] add session token to searchOptions (#41295)

* add session token to searchOptions

* add to maintainers

* update typescript version

* Update types/react-places-autocomplete/index.d.ts

Co-Authored-By: Andrew M. <r3nya@ya.ru>

Co-authored-by: Andrew M. <r3nya@ya.ru>
This commit is contained in:
Mark Nelissen
2020-01-02 19:21:04 +01:00
committed by Ryan Cavanaugh
parent c794e7209b
commit e007bade45

View File

@@ -4,8 +4,9 @@
// Andrew Makarov <https://github.com/r3nya>
// Nokky Goren <https://github.com/ApeNox>
// Aziz Khambati <https://github.com/azizhk>
// Mark Nelissen <https://github.com/marknelissen>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
//
/// <reference types="googlemaps" />
import * as React from 'react';
@@ -38,6 +39,7 @@ export interface PropTypes {
location?: google.maps.LatLng | google.maps.LatLngLiteral;
offset?: number | string;
radius?: number | string;
sessionToken?: any;
types?: string[];
};
debounce?: number;