You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/stories/03-hooks/useCurrentSpace.stories.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,9 @@ const InnerComponent = () => {
27
27
28
28
```
29
29
30
-
The hook returns the following information:
30
+
The hook currently returns the following information:
31
31
32
32
-**size** - sizing information of the space from the DOM
33
-
-**layer** - current layer of the space
34
33
-**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.
0 commit comments