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 c992498 commit 4f54383Copy full SHA for 4f54383
1 file changed
packages/docs-gesture-handler/docs/components/create-native-wrapper.mdx
@@ -24,7 +24,7 @@ function createNativeWrapper<P>(
24
Component: React.ComponentType<P>,
25
config: NativeWrapperProperties,
26
detectorType: GestureDetectorType,
27
-): React.FC<P>
+): React.FC<P & NativeWrapperProperties>
28
```
29
30
[`config`](#config) and [`detectorType`](#detectortype) parameters are optional. Their default values are described in their respective sections below.
0 commit comments