UNPKG

hy-app

Version:

修复上传提示功能

18 lines (15 loc) 286 B
import type IProps from "./typing"; const defaultProps: IProps = { text: "", copyText: "", size: 14, color: "", bgColor: "transparent", direction: "top", zIndex: 10071, showCopy: true, buttons: [], overlay: true, showToast: true, }; export default defaultProps;