downshift
Advanced tools
Comparing version 9.0.3 to 9.0.4
{ | ||
"name": "downshift", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"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", |
@@ -401,3 +401,3 @@ import * as React from 'react' | ||
extends UseSelectStateChange<Item> { | ||
highlightedIndex: index | ||
highlightedIndex: number | ||
} | ||
@@ -619,3 +619,3 @@ | ||
extends UseComboboxStateChange<Item> { | ||
highlightedIndex: index | ||
highlightedIndex: number | ||
} | ||
@@ -622,0 +622,0 @@ |
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
2781763