@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -1,7 +0,7 @@ | ||
import React, { InputHTMLAttributes } from 'react'; | ||
import React, { InputHTMLAttributes, SVGProps } from 'react'; | ||
interface IInput extends InputHTMLAttributes<HTMLInputElement> { | ||
ringColor?: string; | ||
icon?: JSX.Element; | ||
icon?: SVGProps<SVGSVGElement>; | ||
} | ||
export declare const Input: React.FC<IInput>; | ||
export {}; |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "module": "build/index.modern.js", |
Sorry, the diff of this file is not supported yet
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
25726