@types/react-text-mask
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -43,3 +43,5 @@ // Type definitions for react-text-mask 5.4 | ||
any | ||
> {} | ||
> { | ||
inputElement: HTMLElement; | ||
} | ||
@@ -46,0 +48,0 @@ export function conformToMask( |
{ | ||
"name": "@types/react-text-mask", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"description": "TypeScript definitions for react-text-mask", | ||
@@ -24,2 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -33,4 +34,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "9693b1ad767592da9576b9ef1e168b21d11ad692ee35760aea08d88e17bd93d8", | ||
"typesPublisherContentHash": "91d7bc23abf35887d700c40dbcbf40b068ba3779298a77ae32a6199a828f0a1c", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 25 Aug 2018 01:04:12 GMT | ||
* Dependencies: react | ||
* Last updated: Tue, 25 Dec 2018 05:06:15 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
4145
39