@types/react-input-autosize
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -12,3 +12,3 @@ // Type definitions for react-input-autosize 2.0 | ||
inputClassName?: string; | ||
inputRef?: React.Ref<HTMLInputElement>; | ||
inputRef?: (instance: HTMLInputElement | null) => void; | ||
inputStyle?: React.CSSProperties; | ||
@@ -15,0 +15,0 @@ minWidth?: string | number; |
{ | ||
"name": "@types/react-input-autosize", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for react-input-autosize", | ||
@@ -19,5 +19,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-input-autosize" | ||
}, | ||
@@ -28,4 +30,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "8223ef68c5e9e13dbfda835acc1cb7369aff560fe766adfb3528a53fb60e6180", | ||
"typesPublisherContentHash": "88f405d90696455c3560147d385570045e21f42f29a6ef708a5f9974cd029925", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-input-autosize (https://github.com/JedWatson/react-input-autosize#readme). | ||
This package contains type definitions for react-input-autosize ( https://github.com/JedWatson/react-input-autosize#readme ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Sat, 25 Aug 2018 01:04:12 GMT | ||
* Dependencies: react | ||
* Last updated: Fri, 24 May 2019 20:56:01 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
@@ -16,0 +16,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
3592