@types/react-phone-number-input
Advanced tools
Comparing version 3.0.14 to 3.0.15
@@ -12,3 +12,3 @@ // Type definitions for react-phone-number-input 3.0 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -120,3 +120,3 @@ /** | ||
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange'> { | ||
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange"> { | ||
// Required props | ||
@@ -227,3 +227,3 @@ onChange: (value: string) => void; | ||
*/ | ||
initialValueFormat?: 'national'; | ||
initialValueFormat?: "national"; | ||
@@ -230,0 +230,0 @@ /** |
@@ -1,4 +0,4 @@ | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange'> { | ||
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange"> { | ||
/** | ||
@@ -5,0 +5,0 @@ * If country is specified then the phone number can only be input in "national" |
{ | ||
"name": "@types/react-phone-number-input", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "TypeScript definitions for react-phone-number-input", | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-phone-number-input", | ||
}, | ||
"typesPublisherContentHash": "04e5ce2ed34417bf2f61f79ebfc1f9dd0d5afbb029f1bdba12fd568f80036a9b", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "5ff38e6a9bb5abdf155bf0ab06c1fa493d39d935aca6e571738c2ab982d48ead", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 01 Jun 2022 17:01:28 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,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