UNPKG

hy-app

Version:

修复上传提示功能

23 lines (20 loc) 349 B
import type IProps from "./typing"; const defaultProps: IProps = { borderBottom: false, options: [ { text: "收藏", style: { backgroundColor: "#3c9cff", }, }, { text: "删除", style: { backgroundColor: "#f56c6c", }, }, ], duration: 300, }; export default defaultProps;