react-timezone-select
Advanced tools
Comparing version 1.2.3-experimental.13 to 1.2.3-experimental.14
/// <reference types="react" /> | ||
import allTimezones from './timezone-list.js'; | ||
import type { Props, ITimezone, ITimezoneOption, ILabelStyle } from './types/timezone'; | ||
export { allTimezones }; | ||
export type { ITimezone, ITimezoneOption, Props, ILabelStyle }; | ||
declare const TimezoneSelect: ({ value, onBlur, onChange, labelStyle, timezones, ...props }: Props) => JSX.Element; | ||
export default TimezoneSelect; |
/// <reference types="react" /> | ||
import allTimezones from './timezone-list.js'; | ||
import type { Props, ITimezone, ITimezoneOption, ILabelStyle } from './types/timezone'; | ||
export { allTimezones }; | ||
export type { ITimezone, ITimezoneOption, Props, ILabelStyle }; | ||
declare const TimezoneSelect: ({ value, onBlur, onChange, labelStyle, timezones, ...props }: Props) => JSX.Element; | ||
export default TimezoneSelect; |
{ | ||
"name": "react-timezone-select", | ||
"version": "1.2.3-experimental.13", | ||
"version": "1.2.3-experimental.14", | ||
"description": "Usable, dynamic React Timezone Select", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1908742
2096