tdesign-vue-next
Version:
TDesign Component for vue-next
32 lines (29 loc) • 522 B
JavaScript
/**
* tdesign v1.17.7
* (c) 2025 tdesign
* @license MIT
*/
var stickyItemProps = {
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);
}
}
};
export { stickyItemProps as default };
//# sourceMappingURL=sticky-item-props.mjs.map