artwork-react-native
Version:
artwork design master for react-native
38 lines (37 loc) • 822 B
TypeScript
declare const _default: {
container: {
height: number;
borderBottomWidth: number;
borderBottomColor: string;
marginLeft: number;
paddingRight: number;
marginTop: number;
marginBottom: number;
flexDirection: string;
alignItems: string;
};
text: {
marginRight: number;
textAlignVertical: string;
fontSize: number;
color: string;
};
input: {
flex: number;
height: number;
backgroundColor: string;
fontSize: number;
color: string;
};
extra: {
marginLeft: number;
fontSize: number;
color: string;
};
errorIcon: {
marginLeft: number;
width: number;
height: number;
};
};
export default _default;