antd-mobile-rn
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
46 lines (45 loc) • 983 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;
};
inputErrorColor: {
color: string;
};
clear: {
backgroundColor: string;
borderRadius: number;
padding: number;
};
extra: {
marginLeft: number;
fontSize: number;
color: string;
};
errorIcon: {
marginLeft: number;
width: number;
height: number;
};
};
export default _default;