Skip to content

Commit

Permalink
doc(useMouse): modify description (alibaba#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchlq authored May 13, 2022
1 parent 05fb067 commit 6486a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/useMouse/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ const state: {
| elementY | 距离指定元素顶部的距离 | `number` |
| elementH | 指定元素的高 | `number` |
| elementW | 指定元素的宽 | `number` |
| elementPosX | 指定元素点距离完整页面左侧的距离 | `number` |
| elementPosX | 指定元素距离完整页面左侧的距离 | `number` |
| elementPosY | 指定元素距离完整页面顶部的距离 | `number` |

0 comments on commit 6486a6f

Please sign in to comment.