@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
26 lines (25 loc) • 556 B
TypeScript
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;
};
};