We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2592d8 commit 465fbc1Copy full SHA for 465fbc1
README.md
@@ -56,8 +56,8 @@ npm install use-resize-observer --save-dev
56
| Name | Type | Description |
57
| ------ | ----------------------- | ---------------------------------------------- |
58
| ref | RefCallback | A callback to be passed to React's "ref" prop. |
59
-| width | undefined | number | The width (or "blockSize") of the element. |
60
-| height | undefined | number | The height (or "inlineSize") of the element. |
+| width | undefined | number | The width (or "inlineSize") of the element. |
+| height | undefined | number | The height (or "blockSize") of the element. |
61
62
## Basic Usage
63
0 commit comments