hy-app
Version:
修复上传提示功能
30 lines (27 loc) • 541 B
text/typescript
import type IProps from "./typing";
const defaultProps: IProps = {
full: false,
title: "",
titleColor: "",
titleSize: "18px",
subTitle: "",
subTitleColor: "#909399",
subTitleSize: "13",
border: true,
index: "",
margin: "15px",
borderRadius: "8px",
headBorderBottom: true,
footBorderTop: true,
thumb: "",
thumbWidth: "30px",
thumbCircle: false,
padding: "15px",
paddingHead: "",
paddingBody: "",
paddingFoot: "",
showHead: true,
showFoot: true,
boxShadow: true,
};
export default defaultProps;