Skip to content

Commit

Permalink
🤖 Merge PR #56267 [react-swipe] Add explicit types for ReactSwipe#chi…
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 15, 2021
1 parent 4f2adaa commit 6a96dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/react-swipe/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ declare namespace ReactSwipe {
}

interface Props {
children?: React.ReactNode;
id?: string | undefined;
swipeOptions?: SwipeOptions | undefined;
childCount?: number | undefined;
Expand Down

0 comments on commit 6a96dee

Please sign in to comment.