downshift
Advanced tools
Comparing version 1.13.1 to 1.14.0
{ | ||
"name": "downshift", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete components", | ||
@@ -5,0 +5,0 @@ "main": "dist/downshift.cjs.js", |
@@ -15,2 +15,3 @@ import * as React from 'react' | ||
) => void | ||
onOuterClick?: () => void | ||
onStateChange?: ( | ||
@@ -17,0 +18,0 @@ options: StateChangeOptions, |
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
512088
6299