UNPKG

tdesign-mobile-vue

Version:
60 lines (55 loc) 1.01 kB
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { arrow: Boolean, contentAlign: { type: String, default: "left", validator: function validator(val) { if (!val) return true; return ["left", "right"].includes(val); } }, for: { type: String, default: "" }, help: { type: [String, Function] }, label: { type: [String, Function], default: "" }, labelAlign: { type: String, validator: function validator(val) { if (!val) return true; return ["left", "right", "top"].includes(val); } }, labelWidth: { type: [String, Number] }, name: { type: [String, Number] }, requiredMark: { type: Boolean, default: void 0 }, rules: { type: Array }, showErrorMessage: { type: Boolean, default: void 0 } }; exports["default"] = props; //# sourceMappingURL=form-item-props.js.map