You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
499 B

import * as RN from 'react-native';
declare const _default: {
Tabs: {
container: RN.ViewStyle;
topTabBarSplitLine: RN.ViewStyle;
bottomTabBarSplitLine: RN.ViewStyle;
};
TabBar: {
container: {
height: number;
};
tabs: RN.ViewStyle;
tab: RN.ViewStyle;
underline: RN.ViewStyle;
textStyle: RN.ViewStyle;
activeTextColor: string;
inactiveTextColor: string;
};
};
export default _default;