UNPKG

hy-app

Version:

修复上传提示功能

9 lines (6 loc) 171 B
import type IProps from "./typing"; import { ColorConfig } from "../../config"; const defaultProps: IProps = { bgColor: "transparent", }; export default defaultProps;