UNPKG

@fruits-chain/react-native-xiaoshu

Version:
14 lines (13 loc) 331 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { noticeBar: { paddingHorizontal: number; paddingVertical: number; flexDirection: "row"; }; text: { fontSize: number; lineHeight: number; flex: number; }; };