@types/react-text-mask
Advanced tools
Comparing version 5.4.4 to 5.4.5
@@ -49,4 +49,4 @@ // Type definitions for react-text-mask 5.4 | ||
text: string, | ||
mask: maskArray, | ||
mask: maskArray | ((value: string) => maskArray), | ||
config: any | ||
): conformToMaskResult; |
{ | ||
"name": "@types/react-text-mask", | ||
"version": "5.4.4", | ||
"version": "5.4.5", | ||
"description": "TypeScript definitions for react-text-mask", | ||
@@ -27,3 +27,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-text-mask" | ||
}, | ||
@@ -34,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "19dac884930fc697b2758cba091143fbfb195f41ce337105c3c4e017ec51837c", | ||
"typesPublisherContentHash": "4d336f21bcf688b44ce1c96bee8b8e16103595adf9ff7ef4adbf9caf22371ddd", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:06:18 GMT | ||
* Last updated: Fri, 31 May 2019 16:49:44 GMT | ||
* Dependencies: @types/react | ||
@@ -14,0 +14,0 @@ * Global values: none |
4262