UNPKG

715 BTypeScriptView Raw
1import * as React from 'react';
2import { BottomTabBarProps } from '../types';
3declare const _default: React.ComponentType<Pick<BottomTabBarProps, "navigation" | "getLabelText" | "getAccessibilityLabel" | "getTestID" | "renderIcon" | "onTabPress" | "onTabLongPress" | "screenProps" | "style" | "activeTintColor" | "inactiveTintColor" | "keyboardHidesTabBar" | "keyboardHidesTabBarAnimationConfig" | "activeBackgroundColor" | "inactiveBackgroundColor" | "allowFontScaling" | "showLabel" | "showIcon" | "labelStyle" | "tabStyle" | "labelPosition" | "adaptive" | "safeAreaInset" | "getAccessibilityRole" | "getAccessibilityStates" | "getButtonComponent" | "jumpTo" | "detachInactiveScreens">>;
4export default _default;