react-simple-phone-input
Advanced tools
Comparing version 1.0.11-beta to 1.1.1-beta
@@ -22,3 +22,3 @@ import React from "react"; | ||
} | ||
declare const PhoneInput: ({ placeholder, country, onChange, value, iconComponent, inputProps, onlyCountries, excludeCountries, preferredCountries, showDropdownIcon, dialCodeInputField, search, searchPlaceholder, showSearchIcon, searchIconComponent, searchProps, searchNotFound }: Props) => JSX.Element; | ||
declare const PhoneInput: React.FunctionComponent<Props>; | ||
export default PhoneInput; |
@@ -22,3 +22,3 @@ import React from "react"; | ||
} | ||
declare const PhoneInput: ({ placeholder, country, onChange, value, iconComponent, inputProps, onlyCountries, excludeCountries, preferredCountries, showDropdownIcon, dialCodeInputField, search, searchPlaceholder, showSearchIcon, searchIconComponent, searchProps, searchNotFound }: Props) => JSX.Element; | ||
declare const PhoneInput: React.FunctionComponent<Props>; | ||
export default PhoneInput; |
@@ -22,4 +22,4 @@ import React from 'react'; | ||
} | ||
declare const PhoneInput: ({ placeholder, country, onChange, value, iconComponent, inputProps, onlyCountries, excludeCountries, preferredCountries, showDropdownIcon, dialCodeInputField, search, searchPlaceholder, showSearchIcon, searchIconComponent, searchProps, searchNotFound }: Props) => JSX.Element; | ||
declare const PhoneInput: React.FunctionComponent<Props>; | ||
export { PhoneInput }; |
{ | ||
"name": "react-simple-phone-input", | ||
"version": "1.0.11-beta", | ||
"version": "1.1.1-beta", | ||
"description": "A simple react phone input component with calling code dropdown🤷", | ||
@@ -44,3 +44,3 @@ "main": "dist/cjs/index.js", | ||
}, | ||
"dependencies": { | ||
"resolutions": { | ||
"react": "^18.2.0", | ||
@@ -47,0 +47,0 @@ "react-dom": "^18.2.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2
691505
7545
- Removedreact@^18.2.0
- Removedreact-dom@^18.2.0