UNPKG

337 BTypeScriptView Raw
1import React from 'react';
2import { TabBarProps } from './PropsType';
3declare class TabBar extends React.Component<TabBarProps, any> {
4 static defaultProps: {
5 barTintColor: string;
6 tintColor: string;
7 unselectedTintColor: string;
8 };
9 static Item: any;
10 render(): JSX.Element;
11}
12export default TabBar;