tdesign-vue
Version:
22 lines (19 loc) • 317 B
JavaScript
/**
* tdesign v1.14.1
* (c) 2025 tdesign
* @license MIT
*/
var props = {
action: {
type: [String, Function]
},
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
onClick: Function
};
export { props as default };
//# sourceMappingURL=list-item-props.js.map