Skip to content

Commit

Permalink
fix: index.ts exports
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed May 25, 2021
1 parent 7c8fb33 commit 156145b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ export { useSessionStorageValue } from './useSessionStorageValue';

// Sensor
export { useResizeObserver, IUseResizeObserverCallback } from './useResizeObserver';

// Dom
export { useTitle, IUseTitleOptions } from './useTitle';

0 comments on commit 156145b

Please sign in to comment.