Skip to content

API Reference / @gtkx/navigation / TabNavigatorProps

Type Alias: TabNavigatorProps

TabNavigatorProps = DefaultNavigatorOptions<ParamListBase, string | undefined, TabNavigationState<ParamListBase>, TabNavigationOptions, TabNavigationEventMap, TabNavigationProp<ParamListBase>> & TabRouterOptions & TabNavigationConfig

Defined in: packages/navigation/dist/tabs/types.d.ts:65

Props of the tab Navigator component.

Released under the MPL-2.0 License.