feat(use): add useWindowSize

This commit is contained in:
chenjiahan
2020-09-14 17:48:14 +08:00
parent ea846033f7
commit 4fa602bc77
2 changed files with 19 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
export { useToggle } from './useToggle';
export { useClickAway } from './useClickAway';
export { useWindowSize } from './useWindowSize';
export { useScrollParent } from './useScrollParent';
export { useEventListener } from './useEventListener';