UNPKG

@fruits-chain/react-native-xiaoshu

Version:
26 lines (25 loc) 556 B
import type { ThemeVarType } from '../theme'; export declare const createStyles: (themeVar: ThemeVarType) => { divider: { flexDirection: "row"; alignItems: "center"; marginVertical: number; }; border: { height: number; borderColor: string; flex: number; maxWidth: string; }; border_left: { marginRight: number; }; border_right: { marginLeft: number; }; text: { color: string; fontSize: number; lineHeight: number; }; };