Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
fix #273 scroll() func index.d.ts parameter missing (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
begoat authored and silentcloud committed Jul 24, 2018
1 parent 28c25b3 commit ff49139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ declare module 'react-native-swipeout' {
onOpen?(sectionId: number, rowId: number, direction: string): void;
onClose?(sectionId: number, rowId: number, direction: string): void;
right?: SwipeoutButtonProperties[];
scroll?(): void;
scroll?(scrollEnabled: boolean): void;
style?: Object;
sensitivity?: number;
buttonWidth?: number;
Expand Down

0 comments on commit ff49139

Please sign in to comment.