@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
29 lines (28 loc) • 682 B
TypeScript
import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
result: {
alignItems: "center";
justifyContent: "center";
};
icon: {
width: number;
height: number;
borderRadius: number;
marginBottom: number;
justifyContent: "center";
};
titleText: {
marginBottom: number;
lineHeight: number;
fontSize: number;
color: string;
textAlign: "center";
};
subtitleText: {
marginBottom: number;
lineHeight: number;
fontSize: number;
color: string;
textAlign: "center";
};
};