react-native-collapsible-tab-view
Version:
Collapsible tab view component for React Native
9 lines • 382 B
TypeScript
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