@types/react-maskedinput
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -17,4 +17,3 @@ // Type definitions for react-maskedinput 3.3 | ||
declare namespace MaskedInput { | ||
export interface FormatCharacter { | ||
interface FormatCharacter { | ||
validate(char: string): string; | ||
@@ -24,7 +23,7 @@ transform?(char: string): string; | ||
export interface CharsFormatters { | ||
interface CharsFormatters { | ||
[char: string]: FormatCharacter; | ||
} | ||
export interface MaskedInputProps extends HTMLAttributes<any> { | ||
interface MaskedInputProps extends HTMLAttributes<any> { | ||
mask: string; | ||
@@ -35,2 +34,1 @@ formatCharacter?: CharsFormatters; | ||
} | ||
{ | ||
"name": "@types/react-maskedinput", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "TypeScript definitions for react-maskedinput", | ||
"license": "MIT", | ||
"author": "Karol Janyst <https://github.com/LKay>", | ||
"contributors": [ | ||
{ | ||
"name": "Karol Janyst", | ||
"url": "https://github.com/LKay" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +22,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "8e966dbf6c2828329b0fbb69f423e8014b0dd3bcc4ece3184805c08bb6b1dfab", | ||
"typesPublisherContentHash": "674e7e159e6d4604df41ee8dd4a25abb2285356992064d2d68e2e50223dae29c", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 23 Jan 2017 21:31:33 GMT | ||
* Last updated: Tue, 28 Mar 2017 18:07:44 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: MaskedInput |
2093
3
24