@types/react-maskedinput
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -16,9 +16,9 @@ // Type definitions for react-maskedinput 4.0 | ||
export interface CharsFormatters { | ||
[char: string]: FormatCharacter; | ||
[char: string]: FormatCharacter; | ||
} | ||
export interface MaskedInputProps extends React.InputHTMLAttributes<any> { | ||
mask: string; | ||
formatCharacters?: CharsFormatters | undefined; | ||
placeholderChar?: string | undefined; | ||
mask: string; | ||
formatCharacters?: CharsFormatters | undefined; | ||
placeholderChar?: string | undefined; | ||
} | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@types/react-maskedinput", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "TypeScript definitions for react-maskedinput", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-maskedinput", | ||
}, | ||
"typesPublisherContentHash": "4d26825ff0b1e3fb4cff642ea1f824dfd6ea3073425b37a406aa139625deb9c3", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "d6f96538374d1193df7f937793bb22219c55514caee1d2b3e27cc79f53262ef4", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -26,9 +26,9 @@ # Installation | ||
export interface CharsFormatters { | ||
[char: string]: FormatCharacter; | ||
[char: string]: FormatCharacter; | ||
} | ||
export interface MaskedInputProps extends React.InputHTMLAttributes<any> { | ||
mask: string; | ||
formatCharacters?: CharsFormatters | undefined; | ||
placeholderChar?: string | undefined; | ||
mask: string; | ||
formatCharacters?: CharsFormatters | undefined; | ||
placeholderChar?: string | undefined; | ||
} | ||
@@ -42,3 +42,3 @@ | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:35:37 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -45,0 +45,0 @@ * Global values: none |
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
4577