hfyk-app
Version:
导出问题
25 lines (22 loc) • 385 B
text/typescript
import IProps from "./typing";
const defaultProps: IProps = {
name: "",
color: "",
size: "16px",
bold: false,
index: "",
customPrefix: "hy-icon",
label: "",
labelPos: "right",
labelSize: "15px",
labelColor: "#606266",
space: "3px",
imgMode: "",
width: "",
height: "",
top: 0,
stop: false,
isRotate: false,
round: 0
};
export default defaultProps;