@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
24 lines (23 loc) • 494 B
TypeScript
import type { ComponentVars } from './style';
export declare const styleCreator: (cv: ComponentVars) => {
column: {
flex: number;
position: "relative";
};
touch: {
position: "absolute";
left: number;
right: number;
top: number;
bottom: number;
zIndex: number;
};
text: {
textAlign: "center";
fontSize: number;
color: string;
};
text_disabled: {
color: string;
};
};