UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

11 lines (10 loc) 525 B
import React from 'react'; import type { ITabBarProps } from './types'; declare const TabBar: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<ITabBarProps> & { align?: "center" | "end" | "start" | undefined; isFitted?: boolean | undefined; size?: "sm" | "md" | "lg" | undefined; tablistRef?: React.RefObject<any> | undefined; tabListProps?: import("react-native").ViewProps | undefined; } & React.RefAttributes<unknown>>>; export default TabBar;