UNPKG

hy-app

Version:

修复上传提示功能

18 lines (15 loc) 309 B
import type IProps from "./typing"; const defaultProps: IProps = { show: true, color: "#909399", textColor: "#909399", vertical: false, mode: "spinner", size: 24, textSize: 15, text: "", timingFunction: "ease-in-out", duration: 1200, inactiveColor: "", }; export default defaultProps;