6 lines
576 B
TypeScript
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
|