@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
17 lines (16 loc) • 377 B
TypeScript
import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
tab_bar: {
flexDirection: "row";
alignItems: "center";
justifyContent: "center";
};
item: {
flex: number;
};
item_text: {
textAlign: "center";
fontSize: number;
marginTop: number;
};
};