UNPKG

hy-app

Version:

修复上传提示功能

14 lines (11 loc) 281 B
import type IProps from "./typing"; import { ColorConfig } from "../../config"; const defaultProps: IProps = { theme: "light", themeColor: ColorConfig.primary, themeLightColor: "#ecf5ff", padding: "", customClass: "", customStyle: {}, }; export default defaultProps;