antd-mobile
Version:
基于 React 的移动设计规范实现
37 lines (36 loc) • 799 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;
};
extra: {
marginLeft: number;
fontSize: number;
color: string;
};
errorIcon: {
marginLeft: number;
width: number;
height: number;
};
};
export default _default;