UNPKG

@fruits-chain/react-native-xiaoshu

Version:
24 lines (23 loc) 541 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { body: { flex: number; }; option_item: { paddingHorizontal: number; height: number; flexDirection: "row"; alignItems: "center"; }; option_item_text: { flex: number; lineHeight: number; fontSize: number; color: string; }; btn: { height: number; justifyContent: "center"; paddingHorizontal: number; }; };