tdesign-vue
Version:
36 lines (31 loc) • 587 B
JavaScript
/**
* tdesign v1.12.1
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var baseProps = {
icon: {
type: Function
},
label: {
type: [String, Function]
},
popup: {
type: [String, Function]
},
popupProps: {
type: Object
},
trigger: {
type: String,
"default": "hover",
validator: function validator(val) {
if (!val) return true;
return ["hover", "click"].includes(val);
}
}
};
exports["default"] = baseProps;
//# sourceMappingURL=sticky-item-props.js.map