Skip to content

Commit 3fda2ac

Browse files
brentvatneosdnk
authored andcommitted
Fix extra space in type definition (#14)
1 parent 5e06252 commit 3fda2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reanimated-bottom-sheet.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module 'reanimated-bottom-sheet' {
1212
/** Method for rendering scrollable content of bottom sheet. */
1313
renderContent?: () => React.ReactElement | null;
1414

15-
/** Method for rendering non-scrollable header of bottom sheet. */
15+
/** Method for rendering non-scrollable header of bottom sheet. */
1616
renderHeader?: () => React.ReactElement | null;
1717

1818
/** Defines if bottom sheet could be scrollable by gesture. Defaults to true. */

0 commit comments

Comments
 (0)