tdesign-vue
Version:
26 lines (21 loc) • 395 B
JavaScript
/**
* tdesign v1.11.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
action: {
type: [String, Function]
},
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
onClick: Function
};
exports["default"] = props;
//# sourceMappingURL=list-item-props.js.map