Skip to content

Commit 01d9aae

Browse files
committed
Adjustment
1 parent af1ec25 commit 01d9aae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/stories/03-hooks/useCurrentSpace.stories.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ const InnerComponent = () => {
2727

2828
```
2929

30-
The hook returns the following information:
30+
The hook currently returns the following information:
3131

3232
- **size** - sizing information of the space from the DOM
33-
- **layer** - current layer of the space
3433
- **startMouseDrag** / **startTouchDrag** - a handler which can be attached to inner components to start drag behaviour on <Positioned /> spaces. i.e. could be used to implement a title bar in a dialog which can be used to drag the dialog.
3534

3635
```jsx

0 commit comments

Comments
 (0)