Skip to content

Commit

Permalink
Add shared timezone list (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Feb 14, 2024
1 parent 0e06c1c commit 7d979e1
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ export {
default as languages,
} from './util/languages';

export { default as timezones } from './util/timezones';

export { default as nativeChangeFieldValue } from './util/nativeChangeFieldValue';

/* hooks */
Expand Down
Loading

0 comments on commit 7d979e1

Please sign in to comment.