react-timezone-select
Advanced tools
Comparing version 3.2.7 to 3.2.8
@@ -23,3 +23,3 @@ import * as react_jsx_runtime_js from 'react/jsx-runtime.js'; | ||
}; | ||
type Props = Omit<Props$1<ITimezone, false>, "onChange"> & TimezoneSelectOptions & { | ||
type Props = Omit<Props$1<ITimezone>, "onChange"> & TimezoneSelectOptions & { | ||
value: ITimezone; | ||
@@ -26,0 +26,0 @@ onChange?: (timezone: ITimezoneOption) => void; |
{ | ||
"name": "react-timezone-select", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "Usable, dynamic React Timezone Select", | ||
@@ -5,0 +5,0 @@ "author": "Nico Domino <yo@ndo.dev>", |
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
21986