downshift
Advanced tools
Comparing version 8.3.0 to 8.3.1
{ | ||
"name": "downshift", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.", | ||
@@ -5,0 +5,0 @@ "main": "dist/downshift.cjs.js", |
@@ -422,7 +422,7 @@ import * as React from 'react' | ||
export interface UseSelectGetLabelPropsOptions extends GetLabelPropsOptions { | ||
export interface UseSelectGetLabelPropsOptions extends GetLabelPropsOptions {} | ||
export interface UseSelectGetLabelPropsReturnValue | ||
extends GetLabelPropsReturnValue { | ||
onClick: React.MouseEventHandler | ||
} | ||
export interface UseSelectGetLabelPropsReturnValue | ||
extends GetLabelPropsReturnValue {} | ||
@@ -429,0 +429,0 @@ export interface UseSelectGetItemPropsOptions<Item> |
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