UNPKG

react-native-collapsible-tab-view

Version:
9 lines 382 B
import React from 'react'; import { MaterialTabItemProps } from './types'; import { TabName } from '../types'; export declare const TABBAR_HEIGHT = 48; /** * Any additional props are passed to the pressable component. */ export declare const MaterialTabItem: <T extends TabName = string>(props: MaterialTabItemProps<T>) => React.ReactElement; //# sourceMappingURL=TabItem.d.ts.map