antd-mobile
Version:
基于 React 的移动设计规范实现
108 lines (107 loc) • 2.72 kB
TypeScript
declare var _default: {
ThemesList: {
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;
borderBottomWidth: number;
borderBottomColor: string;
};
Item: {
alignItems: string;
flexDirection: string;
flex: number;
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;
};
Extra: {
color: string;
fontSize: number;
};
Brief: {
color: string;
fontSize: number;
};
Arrow: {
width: number;
height: number;
marginLeft: number;
};
ArrowV: {
width: number;
height: number;
marginLeft: number;
};
Error: {
Body: {
borderTopColor: string;
};
Item: {
borderBottomColor: string;
};
Line: {
borderBottomColor: string;
};
};
Last: {
Item: {
borderBottomWidth: number;
borderBottomColor: string;
};
Line: {
borderBottomWidth: number;
};
};
multipleLine: {
Line: {
paddingTop: number;
paddingBottom: number;
};
Thumb: {
width: number;
height: number;
};
};
};
};
export default _default;