mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-23 20:54:34 +00:00
[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:
committed by
Ryan Cavanaugh
parent
c794e7209b
commit
e007bade45
4
types/react-places-autocomplete/index.d.ts
vendored
4
types/react-places-autocomplete/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user