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