@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
53 lines (52 loc) • 1.35 kB
TypeScript
import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
dialog: {
marginTop: string;
overflow: "hidden";
backgroundColor: string;
borderRadius: number;
};
title_text: {
textAlign: "center";
marginTop: number;
lineHeight: number;
fontWeight: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
fontSize: number;
paddingHorizontal: number;
};
content_isolated: {
marginTop: number;
alignItems: "center";
justifyContent: "center";
};
message_text: {
paddingHorizontal: number;
marginTop: number;
fontSize: number;
lineHeight: number;
color: string;
};
footer: {
flexDirection: "row";
borderTopWidth: number;
borderColor: string;
marginTop: number;
};
btn: {
flex: number;
marginHorizontal: number;
marginVertical: number;
borderWidth: number;
borderRadius: number;
height: number;
backgroundColor: string;
fontSize: number;
};
btn_confirm: {
fontWeight: "bold";
};
btn_border_left: {
borderLeftWidth: number;
borderColor: string;
};
};