UNPKG

hy-app

Version:

修复上传提示功能

19 lines (16 loc) 286 B
import type IProps from "./typing"; const defaultProps: IProps = { mode: "circle", icon: {}, text: "", duration: 500, scrollTop: 0, top: 400, bottom: 100, right: 20, zIndex: 888, customStyle: { transform: "rotate(180deg)", }, }; export default defaultProps;