Files
Fluxup_PAP/node_modules/expo-router/build/native-tabs/NativeBottomTabsNavigator.d.ts
2026-03-10 16:18:05 +00:00

6 lines
576 B
TypeScript

import React from 'react';
import type { InternalNativeTabsProps, NativeTabsProps } from './types';
export declare const NativeTabsContext: React.Context<boolean>;
export declare function NativeTabsNavigator({ children, backBehavior, labelStyle, iconColor, blurEffect, backgroundColor, badgeBackgroundColor, indicatorColor, badgeTextColor, shadowColor, screenListeners, ...rest }: InternalNativeTabsProps): React.JSX.Element;
export declare function NativeTabsNavigatorWrapper(props: NativeTabsProps): React.JSX.Element;
//# sourceMappingURL=NativeBottomTabsNavigator.d.ts.map