antd-mobile
Version:
基于 React 的移动设计规范实现
64 lines (63 loc) • 1.39 kB
TypeScript
declare const _default: {
card: {
borderWidth: number;
borderColor: string;
borderRadius: number;
paddingBottom: number;
flexDirection: string;
backgroundColor: string;
};
full: {
borderRadius: number;
borderLeftWidth: number;
borderRightWidth: number;
};
headerWrap: {
flexDirection: string;
paddingVertical: number;
paddingRight: number;
marginLeft: number;
alignItems: string;
};
headerTitle: {
flex: number;
flexDirection: string;
alignItems: string;
};
headerImage: {
marginRight: number;
};
headerContent: {
color: string;
fontSize: number;
flex: number;
};
headerExtra: {
flex: number;
fontSize: number;
color: string;
textAlign: string;
};
body: {
flexGrow: number;
paddingVertical: number;
minHeight: number;
borderTopWidth: number;
borderColor: string;
};
footerWrap: {
flexDirection: string;
paddingHorizontal: number;
};
footerContent: {
flex: number;
fontSize: number;
color: string;
};
footerExtra: {
textAlign: string;
fontSize: number;
color: string;
};
};
export default _default;