UNPKG

react-native-multibar-crosslisting

Version:
6 lines (5 loc) 228 B
import * as React from 'react'; import { MultiBarPassThroughParams } from '../../types'; declare type Props = Pick<MultiBarPassThroughParams, 'params'>; export declare const BottomTabBarWrapper: React.FC<Props>; export {};