Skip to content

Commit

Permalink
fix(react-essentials): export useUserAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jun 14, 2024
1 parent 58a02db commit 832df57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-lamps-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/react-essentials": patch
---

The useUserAgent hook is now exported from the index.
1 change: 1 addition & 0 deletions packages/react-essentials/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export * from "./hooks/useSize";
export * from "./hooks/useSynchronizedRef";
export * from "./hooks/useTimer";
export * from "./hooks/useUpdateLoop";
export * from "./hooks/useUserAgent";
export * from "./types/MaybeRef";
export * from "./utilities/resolveMaybeRef";

0 comments on commit 832df57

Please sign in to comment.