tdesign-vue-next
Version:
TDesign Component for vue-next
50 lines (45 loc) • 824 B
JavaScript
/**
* tdesign v1.17.7
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
content: {
type: [String, Function, Object]
},
"default": {
type: [String, Function]
},
disabled: Boolean,
href: {
type: String,
"default": ""
},
icon: {
type: Function
},
maxWidth: {
type: String,
"default": void 0
},
replace: Boolean,
router: {
type: Object
},
target: {
type: String,
"default": "_self",
validator: function validator(val) {
if (!val) return true;
return ["_blank", "_self", "_parent", "_top"].includes(val);
}
},
to: {
type: [String, Object]
},
onClick: Function
};
exports["default"] = props;
//# sourceMappingURL=breadcrumb-item-props.js.map