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 d99d0ef commit 9d61942Copy full SHA for 9d61942
versioned_docs/version-6.x/custom-navigators.md
@@ -220,7 +220,12 @@ type TabNavigationEventMap = {
220
};
221
222
// The props accepted by the component is a combination of 3 things
223
-type Props = DefaultNavigatorOptions<TabNavigationOptions> &
+type Props = DefaultNavigatorOptions<
224
+ ParamListBase,
225
+ TabNavigationState<ParamListBase>,
226
+ TabNavigationOptions,
227
+ TabNavigationEventMap
228
+> &
229
TabRouterOptions &
230
TabNavigationConfig;
231
0 commit comments