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 d8fd22d commit 3ddeb66Copy full SHA for 3ddeb66
src/module.d.ts
@@ -20,9 +20,9 @@ interface ISwipeableListItemProps {
20
scrollStartThreshold?: number;
21
swipeStartThreshold?: number;
22
threshold?: number;
23
- onSwipeStart: () => void;
24
- onSwipeEnd: () => void;
25
- onSwipeProgress: (progress: number) => void;
+ onSwipeStart?: () => void;
+ onSwipeEnd?: () => void;
+ onSwipeProgress?: (progress: number) => void;
26
}
27
28
export class SwipeableListItem extends React.Component<
0 commit comments