Skip to content

Commit 492eb44

Browse files
committed
fix: adds useModel to main exports
fixes #44
1 parent 184cbee commit 492eb44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export * from './useHover'
88
export * from './useInterval'
99
export * from './useKeyboard'
1010
export * from './useLocalState'
11+
export * from './useModal'
1112
export * from './usePoll'
1213
export * from './useTimeout'
1314
export * from './useTitle'

0 commit comments

Comments
 (0)