react-simple-phone-input
Advanced tools
Comparing version 1.0.5-beta to 1.0.6-beta
@@ -1,1 +0,1 @@ | ||
export { default as Button } from "./button"; | ||
export { default as PhoneInput } from "./PhoneInput"; |
@@ -1,1 +0,1 @@ | ||
export { default as Button } from "./button"; | ||
export { default as PhoneInput } from "./PhoneInput"; |
@@ -1,8 +0,4 @@ | ||
import React from 'react'; | ||
/// <reference types="react" /> | ||
declare const PhoneInput: () => JSX.Element; | ||
interface ButtonProps extends React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> { | ||
textStyle?: React.CSSProperties; | ||
} | ||
declare const Button: React.FunctionComponent<ButtonProps>; | ||
export { Button }; | ||
export { PhoneInput }; |
{ | ||
"name": "react-simple-phone-input", | ||
"version": "1.0.5-beta", | ||
"version": "1.0.6-beta", | ||
"description": "A simple react phone input component with calling code dropdown🤷", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
20
547009
4776