UNPKG

hfyk-app

Version:

导出问题

13 lines (10 loc) 203 B
import IProps from "./typing"; const defaultProps: IProps = { color: "#d6d7d9", length: "100%", direction: "row", hairline: true, margin: "0", dashed: false }; export default defaultProps;