diff --git a/types/index.d.ts b/types/index.d.ts index bd71cf6..28b25ec 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -213,6 +213,7 @@ export class SwipeRow extends Component>> { closeRowWithoutAnimation: () => void; render(): JSX.Element; manuallySwipeRow: (toValue: number, onAnimationEnd?: () => void) => void; + swipeKey: string; } type IRenderListViewProps = Omit, 'useFlatList'>, 'useSectionList'>, 'renderListView'>;