Skip to content

Commit

Permalink
export useSessionStorageState in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Nov 21, 2019
1 parent b54cf63 commit 5ff5557
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 @@ -10,6 +10,7 @@ import useVirtualList from './useVirtualList';
import { configResponsive, useResponsive } from './useResponsive';
import useSize from './useSize';
import useLocalStorageState from './useLocalStorageState';
import useSessionStorageState from './useSessionStorageState';
import useUpdateEffect from './useUpdateEffect';
import useUpdateLayoutEffect from './useUpdateLayoutEffect';
import usePagination from './usePagination';
Expand Down Expand Up @@ -41,6 +42,7 @@ export {
useResponsive,
useEventEmitter,
useLocalStorageState,
useSessionStorageState,
useSize,
configResponsive,
configRequest,
Expand Down

0 comments on commit 5ff5557

Please sign in to comment.