@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
27 lines • 709 B
TypeScript
import type { TokensType } from '../theme/interface';
export declare const varCreator: (TOKENS: TokensType) => {
empty_icon_margin_bottom: number;
empty_text_color: string;
empty_text_font_size: number;
empty_text_line_height: number;
};
export type EmptyTheme = ReturnType<typeof varCreator>;
export declare const styleCreator: (cv: EmptyTheme) => {
empty: {
justifyContent: "center";
alignItems: "center";
};
emptyFull: {
flex: number;
};
icon: {
alignSelf: "center";
marginBottom: number;
};
text: {
color: string;
fontSize: number;
lineHeight: number;
};
};
//# sourceMappingURL=style.d.ts.map