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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ type RenderOverlay<T> = (params: {
38
38
|`renderUnderlayLeft`|`RenderUnderlay`| Component to be rendered underneath row on left swipe. |
39
39
|`renderUnderlayRight`|`RenderUnderlay`| Component to be rendered underneath row on left swipe. |
40
40
|`underlayWidthLeft`|`number`| Width of left-swiped underlay. |
41
-
|`underlayWidthRight`|`number`| Width of left-swiped underlay. |
41
+
|`underlayWidthRight`|`number`| Width of right-swiped underlay. |
42
42
|`renderOverlay`|`RenderOverlay`| Component to be rendered on top. Use if you need access to programmatic open/close methods. May altenatively pass children to SwipeableItem. |
43
43
|`onChange`|`(params: { open: "left" \| "right" \| "null" }) => void`| Called when row is opened or closed. |
44
44
|`swipeEnabled`|`boolean`| Enable/disable swipe. Defaults to `true`. |
0 commit comments