UNPKG

hy-app

Version:

修复上传提示功能

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