UNPKG

@fruits-chain/react-native-xiaoshu

Version:
20 lines (19 loc) • 493 B
import type { ComponentVars } from './style'; export declare const styleCreator: (cv: ComponentVars) => { title: { paddingHorizontal: number; paddingTop: number; paddingBottom: number; flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; }; text: { color: string; fontSize: number; lineHeight: number; }; body_padding_horizontal: { paddingHorizontal: number; }; };