UNPKG

hfyk-app

Version:

导出问题

11 lines (8 loc) 170 B
import IProps from "./typing"; const defaultProps: IProps = { list: [], containerHeight: "100vh", itemHeight: 300, opacity: 0.5 }; export default defaultProps;