UNPKG

hfyk-app

Version:

导出问题

16 lines (13 loc) 270 B
import IProps from "./typing"; const defaultProps: IProps = { labelPosition: "left", labelWidth: "auto", labelAlign: "left", right: false, itemHeight: 40, shape: "square", border: "surround", columns: [], formData: {} }; export default defaultProps;