UNPKG

@fruits-chain/react-native-xiaoshu

Version:
17 lines (16 loc) 377 B
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; }; };