UNPKG

hy-app

Version:

修复上传提示功能

13 lines (10 loc) 261 B
import type IProps from "./typing"; import { ColorConfig } from "../../config"; const defaultProps: IProps = { indicatorWidth: 50, indicatorBarWidth: 20, indicator: true, indicatorColor: "", indicatorActiveColor: "", }; export default defaultProps;