Skip to content

Commit

Permalink
Update module.d.ts
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
LiatMatzovKadosh authored Mar 29, 2023
1 parent 1ef796f commit 7b6db23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,15 @@ interface SwipeableListItemProps {
/**
* default: `undefined`
*
* add an offset (in px) to the leading action width.
* Add an offset (in px) to the leading action width.
* This can be useful when the parent has border radius higher than 0.
*/
leadingOffset?: number;
/**
* default: `undefined`
*
* add an offset (in px) to the trailing action width.
* Add an offset (in px) to the trailing action width.
* This can be useful when the parent has border radius higher than 0
*/
trailingOffset?:number;
}
Expand Down

0 comments on commit 7b6db23

Please sign in to comment.