tdesign-vue-next
Version:
TDesign Component for vue-next
48 lines (43 loc) • 860 B
JavaScript
/**
* tdesign v1.17.7
* (c) 2025 tdesign
* @license MIT
*/
;
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