UNPKG

hy-app

Version:

修复上传提示功能

16 lines (13 loc) 255 B
import type IProps from "./typing"; const defaultProps: IProps = { list: [], direction: "row", current: 0, activeColor: "", inactiveColor: "", activeIcon: "", inactiveIcon: "", dot: false, iconSize: 17, }; export default defaultProps;