UNPKG

hy-app

Version:

修复上传提示功能

15 lines (12 loc) 241 B
import type IProps from "./typing"; const defaultProps: IProps = { title: "", type: "warning", description: "", closable: false, showIcon: false, theme: "light", center: false, fontSize: 14, }; export default defaultProps;