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 1ef796f commit 7b6db23Copy full SHA for 7b6db23
1 file changed
src/module.d.ts
@@ -223,13 +223,15 @@ interface SwipeableListItemProps {
223
/**
224
* default: `undefined`
225
*
226
- * add an offset (in px) to the leading action width.
+ * Add an offset (in px) to the leading action width.
227
+ * This can be useful when the parent has border radius higher than 0.
228
*/
229
leadingOffset?: number;
230
231
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
235
236
trailingOffset?:number;
237
}
0 commit comments