artwork-react-native
Version:
artwork design master for react-native
48 lines (47 loc) • 1.01 kB
TypeScript
declare const _default: {
wrapper: {
backgroundColor: string;
};
navBar: {
height: number;
justifyContent: string;
alignItems: string;
borderBottomWidth: number;
borderBottomColor: string;
flexDirection: string;
};
statusBar: {
height: number;
};
left: {
flex: number;
paddingHorizontal: number;
height: number;
justifyContent: string;
alignItems: string;
zIndex: number;
};
right: {
paddingHorizontal: number;
height: number;
justifyContent: string;
alignItems: string;
zIndex: number;
};
title: {
position: string;
top: number;
bottom: number;
left: number;
right: number;
alignItems: string;
justifyContent: string;
zIndex: number;
};
text: {};
image: {
height: number;
width: number;
};
};
export default _default;