@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
20 lines (19 loc) • 418 B
TypeScript
import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
empty: {
justifyContent: "center";
alignItems: "center";
};
emptyFull: {
flex: number;
};
icon: {
alignSelf: "center";
marginBottom: number;
};
text: {
color: string;
fontSize: number;
lineHeight: number;
};
};