UNPKG

hfyk-app

Version:

导出问题

11 lines (8 loc) 160 B
import IProps from "./typing"; const defaultProps: IProps = { show: false, zIndex: 10070, duration: 300, opacity: 0.5 }; export default defaultProps;