UNPKG

@fruits-chain/react-native-xiaoshu

Version:
14 lines (13 loc) 329 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { item: { flex: number; flexDirection: "row"; alignItems: "center"; justifyContent: "center"; }; text: { fontSize: number; paddingHorizontal: number; }; };