antd-mobile
Version:
基于 React 的移动设计规范实现
106 lines (105 loc) • 2.37 kB
TypeScript
declare const _default: {
underlayColor: string;
Header: {
fontSize: number;
color: string;
paddingLeft: number;
paddingRight: number;
paddingTop: number;
paddingBottom: number;
backgroundColor: string;
};
Footer: {
fontSize: number;
color: string;
paddingLeft: number;
paddingRight: number;
paddingTop: number;
paddingBottom: number;
backgroundColor: string;
};
Body: {
backgroundColor: string;
borderTopWidth: number;
borderTopColor: string;
};
BodyBottomLine: {
position: string;
bottom: number;
left: number;
right: number;
height: number;
backgroundColor: string;
borderBottomWidth: number;
borderBottomColor: string;
};
Item: {
flexGrow: number;
alignItems: string;
flexDirection: string;
paddingLeft: number;
backgroundColor: string;
};
Line: {
flexDirection: string;
flex: number;
alignItems: string;
paddingRight: number;
paddingTop: number;
paddingBottom: number;
minHeight: number;
borderBottomWidth: number;
borderBottomColor: string;
};
Thumb: {
width: number;
height: number;
marginRight: number;
};
Content: {
color: string;
fontSize: number;
lineHeight: number;
textAlignVertical: string;
};
Extra: {
color: string;
fontSize: number;
lineHeight: number;
textAlign: string;
textAlignVertical: string;
};
Brief: {
minHeight: number;
};
BriefText: {
color: string;
fontSize: number;
paddingTop: number;
textAlignVertical: string;
};
Arrow: {
width: number;
height: number;
marginLeft: number;
marginTop: number;
};
ArrowV: {
width: number;
height: number;
marginLeft: number;
};
multipleLine: {
paddingTop: number;
paddingBottom: number;
};
multipleThumb: {
width: number;
height: number;
};
column: {
flex: number;
flexDirection: string;
};
};
export default _default;