UNPKG

tdesign-vue

Version:
54 lines (51 loc) 898 B
/** * tdesign v1.12.1 * (c) 2025 tdesign * @license MIT */ var props = { autofocus: Boolean, autosize: { type: [Boolean, Object], "default": false }, disabled: Boolean, maxcharacter: { type: Number }, maxlength: { type: [Number, String] }, name: { type: String, "default": "" }, placeholder: { type: String, "default": void 0 }, readonly: Boolean, status: { type: String, validator: function validator(val) { return ["default", "success", "warning", "error"].includes(val); } }, tips: { type: [String, Function] }, value: { type: [String, Number] }, defaultValue: { type: [String, Number] }, onBlur: Function, onChange: Function, onFocus: Function, onKeydown: Function, onKeypress: Function, onKeyup: Function }; export { props as default }; //# sourceMappingURL=props.js.map