We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e06252 commit 3fda2acCopy full SHA for 3fda2ac
reanimated-bottom-sheet.d.ts
@@ -12,7 +12,7 @@ declare module 'reanimated-bottom-sheet' {
12
/** Method for rendering scrollable content of bottom sheet. */
13
renderContent?: () => React.ReactElement | null;
14
15
- /** Method for rendering non-scrollable header of bottom sheet. */
+ /** Method for rendering non-scrollable header of bottom sheet. */
16
renderHeader?: () => React.ReactElement | null;
17
18
/** Defines if bottom sheet could be scrollable by gesture. Defaults to true. */
0 commit comments