UNPKG

hfyk-app

Version:

导出问题

17 lines (14 loc) 267 B
import IProps from "./typing"; const defaultProps: IProps = { list: [], col: 4, border: false, itemHeight: "100px", align: "left", gap: "0px", bgColor: "transparent", iconSize: "50px", round: "6px", space: "12px" }; export default defaultProps;