UNPKG

tdesign-vue-next

Version:
34 lines (29 loc) 589 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { content: { type: [String, Function] }, "default": { type: [String, Function] }, ellipsis: { type: [Boolean, Object], "default": false }, level: { type: String, "default": "h1", validator: function validator(val) { if (!val) return true; return ["h1", "h2", "h3", "h4", "h5", "h6"].includes(val); } } }; exports["default"] = props; //# sourceMappingURL=title-props.js.map