@types/react-text-mask
Advanced tools
Comparing version 5.4.5 to 5.4.6
@@ -11,3 +11,3 @@ // Type definitions for react-text-mask 5.4 | ||
export type maskArray = Array<string | RegExp>; | ||
export type maskArray = Array<string | RegExp> | boolean; | ||
@@ -14,0 +14,0 @@ export interface MaskedInputProps |
{ | ||
"name": "@types/react-text-mask", | ||
"version": "5.4.5", | ||
"version": "5.4.6", | ||
"description": "TypeScript definitions for react-text-mask", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "4d336f21bcf688b44ce1c96bee8b8e16103595adf9ff7ef4adbf9caf22371ddd", | ||
"typesPublisherContentHash": "c20ac1b3c181930922167665f377ba08d214a70605ad7b3c1455f6739ecf7884", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 31 May 2019 16:49:44 GMT | ||
* Last updated: Fri, 07 Jun 2019 17:34:48 GMT | ||
* Dependencies: @types/react | ||
@@ -14,0 +14,0 @@ * Global values: none |
4272