Skip to content

Commit 7b6db23

Browse files
Update module.d.ts
Update documentation
1 parent 1ef796f commit 7b6db23

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/module.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,15 @@ interface SwipeableListItemProps {
223223
/**
224224
* default: `undefined`
225225
*
226-
* add an offset (in px) to the leading action width.
226+
* Add an offset (in px) to the leading action width.
227+
* This can be useful when the parent has border radius higher than 0.
227228
*/
228229
leadingOffset?: number;
229230
/**
230231
* default: `undefined`
231232
*
232-
* add an offset (in px) to the trailing action width.
233+
* Add an offset (in px) to the trailing action width.
234+
* This can be useful when the parent has border radius higher than 0
233235
*/
234236
trailingOffset?:number;
235237
}

0 commit comments

Comments
 (0)