react-dropdown
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -13,3 +13,3 @@ declare module "react-dropdown" { | ||
interface ReactDropdownProps { | ||
options: (Group | Option)[]; | ||
options: (Group | Option | string)[]; | ||
baseClassName?: string; | ||
@@ -16,0 +16,0 @@ className?: string; |
{ | ||
"name": "react-dropdown", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "React dropdown component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
15966