@react-types/textfield
Advanced tools
Comparing version 3.2.1 to 3.2.2
{ | ||
"name": "@react-types/textfield", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Spectrum UI components in React", | ||
@@ -20,3 +20,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "0778f71a3c13e1e24388a23b6d525e3b9f5b98f1" | ||
"gitHead": "f5b429ee8615248f2e3c76754bad2ece83f1c444" | ||
} |
@@ -52,5 +52,5 @@ /* | ||
export interface TextFieldRef extends FocusableRefValue<HTMLInputElement & HTMLTextAreaElement, HTMLDivElement> { | ||
export interface TextFieldRef extends FocusableRefValue<HTMLInputElement | HTMLTextAreaElement, HTMLDivElement> { | ||
select(): void, | ||
getInputElement(): HTMLInputElement & HTMLTextAreaElement | ||
getInputElement(): HTMLInputElement | HTMLTextAreaElement | ||
} |
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