Skip to content

Commit

Permalink
fix: typescript return type error
Browse files Browse the repository at this point in the history
  • Loading branch information
bilaleren committed Mar 14, 2024
1 parent 218c15b commit 200d42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ interface BottomSheetFC
> {
<Id extends SheetIds>(
props: BottomSheetProps & React.RefAttributes<BottomSheetInstance<Id>>
): React.ReactNode;
): React.JSX.Element;

// Components
View: typeof BottomSheetView;
Expand Down

0 comments on commit 200d42f

Please sign in to comment.