tdesign-vue
Version:
28 lines (23 loc) • 424 B
JavaScript
/**
* tdesign v1.11.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
avatar: {
type: [String, Function]
},
description: {
type: [String, Function]
},
image: {
type: [String, Function]
},
title: {
type: [String, Function]
}
};
exports["default"] = props;
//# sourceMappingURL=list-item-meta-props.js.map