UNPKG

@fruits-chain/react-native-xiaoshu

Version:
29 lines (28 loc) 682 B
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"; }; };