UNPKG

react-native-collapsible-tab-view

Version:
7 lines 611 B
import React from 'react'; import { MaterialTabBarProps } from './types'; import { TabName } from '../types'; export declare const TABBAR_HEIGHT = 48; declare const MemoizedTabBar: React.MemoExoticComponent<(<T extends TabName = string>({ tabNames, indexDecimal, scrollEnabled, indicatorStyle, index, TabItemComponent, getLabelText, onTabPress, style, tabProps, contentContainerStyle, labelStyle, inactiveColor, activeColor, tabStyle, width: customWidth, keepActiveTabCentered, }: MaterialTabBarProps<T>) => React.ReactElement)>; export { MemoizedTabBar as MaterialTabBar }; //# sourceMappingURL=TabBar.d.ts.map