antd-mobile
Version:
基于 React 的移动设计规范实现
68 lines (67 loc) • 1.44 kB
TypeScript
declare var _default: {
container: {
justifyContent: string;
alignItems: string;
};
innerContainer: {
borderRadius: number;
width: number;
paddingTop: number;
overflow: string;
};
header: {
fontSize: number;
color: string;
textAlign: string;
paddingHorizontal: number;
};
body: {
paddingTop: number;
paddingBottom: number;
paddingHorizontal: number;
};
maskClosable: {
position: string;
top: number;
bottom: number;
left: number;
right: number;
backgroundColor: string;
};
closeWrap: {
position: string;
top: number;
left: number;
};
close: {
fontSize: number;
fontWeight: string;
color: string;
};
buttnGroupH: {
flexDirection: string;
borderTopWidth: number;
borderColor: string;
};
buttnGroupV: {
flexDirection: string;
};
buttnWrapH: {
flex: number;
borderColor: string;
borderRightWidth: number;
paddingVertical: number;
};
buttnWrapV: {
flex: number;
borderTopWidth: number;
borderColor: string;
paddingVertical: number;
};
buttonText: {
textAlign: string;
color: string;
fontSize: number;
};
};
export default _default;