@types/react-text-mask
Advanced tools
Comparing version 5.4.11 to 5.4.12
@@ -9,3 +9,3 @@ // Type definitions for react-text-mask 5.4 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -24,3 +24,3 @@ export type Mask = Array<string | RegExp> | false; | ||
export type ConformToMaskConfig = Partial<Omit<PipeConfig, 'rawValue'>>; | ||
export type ConformToMaskConfig = Partial<Omit<PipeConfig, "rawValue">>; | ||
@@ -27,0 +27,0 @@ export interface MaskedInputProps extends React.InputHTMLAttributes<HTMLInputElement> { |
{ | ||
"name": "@types/react-text-mask", | ||
"version": "5.4.11", | ||
"version": "5.4.12", | ||
"description": "TypeScript definitions for react-text-mask", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-text-mask", | ||
}, | ||
"typesPublisherContentHash": "c9a2da9793bca9c0d066b776142b1bbd5944ce3ae221cd27a132f4030d978dd3", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "1fe6d6696fbb4efade154d78b73ff920a9736cf745521479a35e3764d05347f6", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -19,3 +19,3 @@ # Installation | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -34,3 +34,3 @@ export type Mask = Array<string | RegExp> | false; | ||
export type ConformToMaskConfig = Partial<Omit<PipeConfig, 'rawValue'>>; | ||
export type ConformToMaskConfig = Partial<Omit<PipeConfig, "rawValue">>; | ||
@@ -83,3 +83,3 @@ export interface MaskedInputProps extends React.InputHTMLAttributes<HTMLInputElement> { | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:35:42 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -86,0 +86,0 @@ * Global values: none |