Skip to content

Commit

Permalink
feat: 🎸 add useScrolling hook to index
Browse files Browse the repository at this point in the history
  • Loading branch information
James committed Jun 11, 2019
1 parent bd9928e commit b3ba702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import usePromise from './usePromise';
import useRaf from './useRaf';
import useRefMounted from './useRefMounted';
import useScroll from './useScroll';
import useScrolling from './useScrolling';
import useSessionStorage from './useSessionStorage';
import useSetState from './useSetState';
import useSize from './useSize';
Expand Down Expand Up @@ -127,6 +128,7 @@ export {
useRaf,
useRefMounted,
useScroll,
useScrolling,
useSessionStorage,
useSetState,
useSize,
Expand Down

0 comments on commit b3ba702

Please sign in to comment.