UNPKG

@fruits-chain/react-native-xiaoshu

Version:
20 lines (19 loc) 418 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { empty: { justifyContent: "center"; alignItems: "center"; }; emptyFull: { flex: number; }; icon: { alignSelf: "center"; marginBottom: number; }; text: { color: string; fontSize: number; lineHeight: number; }; };