hfyk-app
Version:
导出问题
30 lines (27 loc) • 542 B
text/typescript
import IProps from "./typing";
const defaultProps: IProps = {
full: false,
title: "",
titleColor: "#303133",
titleSize: "15px",
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;