UNPKG

@fruits-chain/react-native-xiaoshu

Version:
19 lines (18 loc) 471 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { button_bar: { flexDirection: "row"; justifyContent: "flex-end"; alignItems: "center"; paddingHorizontal: number; }; button_bar_alone: { flexDirection: "column"; alignItems: "stretch"; justifyContent: "center"; }; btn: { marginLeft: number; minWidth: number; }; };