@types/react-phone-number-input
Advanced tools
Comparing version 3.0.0 to 3.0.1
// Type definitions for react-phone-number-input 3.0 | ||
// Project: https://github.com/AdrienEtienne/react-phone-number-input | ||
// Definitions by: Peter Yang <https://github.com/PeterYangIO> | ||
// Adrien Etienne <https://github.com/AdrienEtienne> | ||
// Adrien Etienne <https://github.com/AdrienEtienne> | ||
// Jonathan Fleckenstein <https://github.com/fleck> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Minimum TypeScript Version: 3.0 | ||
// Minimum TypeScript Version: 3.5 | ||
@@ -41,3 +42,3 @@ import * as React from "react"; | ||
export interface PhoneInputProps { | ||
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "id"> { | ||
// Required props | ||
@@ -44,0 +45,0 @@ onChange: (value: string) => void; |
{ | ||
"name": "@types/react-phone-number-input", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for react-phone-number-input", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "AdrienEtienne" | ||
}, | ||
{ | ||
"name": "Jonathan Fleckenstein", | ||
"url": "https://github.com/fleck", | ||
"githubUsername": "fleck" | ||
} | ||
@@ -30,4 +35,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "c247fa32587fe868d41373ca9bd84def7ab926b5ea075b5069b2c663f327e2b2", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "92d604ba1cb7a16ad7d019783c7c77c8d70edde3bd66ad92b0c9290331f74e25", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 17 Jan 2020 19:32:38 GMT | ||
* Last updated: Tue, 28 Jan 2020 17:57:10 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Peter Yang (https://github.com/PeterYangIO), and Adrien Etienne (https://github.com/AdrienEtienne). | ||
These definitions were written by Peter Yang (https://github.com/PeterYangIO), Adrien Etienne (https://github.com/AdrienEtienne), and Jonathan Fleckenstein (https://github.com/fleck). |
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
5794
69