UNPKG

tdesign-mobile-vue

Version:
48 lines (43 loc) 856 B
/** * tdesign v1.15.0 * (c) 2026 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { code: Boolean, content: { type: [String, Function] }, copyable: { type: [Boolean, Object], default: false }, default: { type: [String, Function] }, delete: Boolean, disabled: Boolean, ellipsis: { type: [Boolean, Object], default: false }, italic: Boolean, keyboard: Boolean, mark: { type: [String, Boolean], default: false }, strong: Boolean, theme: { type: String, validator: function validator(val) { if (!val) return true; return ["primary", "secondary", "success", "warning", "error"].includes(val); } }, underline: Boolean }; exports["default"] = props; //# sourceMappingURL=text-props.js.map