@types/react-places-autocomplete
Advanced tools
Comparing version 6.1.3 to 7.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-places-autocomplete 6.1 | ||
// Type definitions for react-places-autocomplete 7.2 | ||
// Project: https://github.com/kenny-hibino/react-places-autocomplete/ | ||
@@ -18,9 +18,6 @@ // Definitions by: Guilherme Hübner <https://github.com/guilhermehubner> | ||
export interface PropTypes { | ||
inputProps: { | ||
value: string; | ||
onChange: (value: string) => void; | ||
inputProps?: { | ||
type?: string; | ||
name?: string; | ||
placeholder?: string; | ||
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void; | ||
disabled?: boolean; | ||
@@ -53,2 +50,5 @@ }; | ||
}; | ||
value?: string; | ||
onChange?: (value: string) => void; | ||
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void; | ||
@@ -55,0 +55,0 @@ debounce?: number; |
{ | ||
"name": "@types/react-places-autocomplete", | ||
"version": "6.1.3", | ||
"version": "7.2.0", | ||
"description": "TypeScript definitions for react-places-autocomplete", | ||
@@ -19,2 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -26,7 +27,7 @@ "type": "git", | ||
"dependencies": { | ||
"@types/react": "*", | ||
"@types/googlemaps": "*" | ||
"@types/googlemaps": "*", | ||
"@types/react": "*" | ||
}, | ||
"typesPublisherContentHash": "21dcb7881f985bb1e4b9c3b6d681a46e1728d31cfbebe7ad6d1b4c9fa1bf2344", | ||
"typesPublisherContentHash": "c36522e3af794b452603bb849148bb9887d49dec18f50582d499b4e9b1054472", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 06 Aug 2018 21:55:28 GMT | ||
* Dependencies: react, googlemaps | ||
* Last updated: Mon, 03 Dec 2018 19:33:40 GMT | ||
* Dependencies: @types/react, @types/googlemaps | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5391