@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
19 lines (18 loc) • 471 B
TypeScript
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;
};
};