UNPKG

hy-app

Version:

修复上传提示功能

14 lines (11 loc) 212 B
import type IProps from "./typing"; const defaultProps: IProps = { modelValue: 0, list: [], color: "", baseBgColor: "", barBgColor: "", activeColor: "", badge: {}, }; export default defaultProps;