feat(@vant/use): add useRect

This commit is contained in:
chenjiahan
2020-10-05 11:13:22 +08:00
parent 5f2de02cc2
commit 8d4135a690
4 changed files with 86 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
export { useRect } from './useRect';
export { useToggle } from './useToggle';
export { useClickAway } from './useClickAway';
export { useWindowSize } from './useWindowSize';