UNPKG

hfyk-app

Version:

导出问题

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