hy-app
Version:
修复上传提示功能
24 lines (21 loc) • 387 B
text/typescript
import type IProps from "./typing";
const defaultProps: IProps = {
content: "",
image: "",
imageHeight: 50,
imageWidth: 70,
gutterX: 0,
gutterY: 0,
width: 100,
height: 100,
fullScreen: true,
color: "#8c8c8c",
size: 14,
fontStyle: "",
fontWeight: "",
fontFamily: "PingFang SC",
rotate: -25,
zIndex: 10086,
opacity: 0.5,
};
export default defaultProps;