tdesign-vue
Version:
24 lines (21 loc) • 346 B
JavaScript
/**
* tdesign v1.14.1
* (c) 2025 tdesign
* @license MIT
*/
var props = {
avatar: {
type: [String, Function]
},
description: {
type: [String, Function]
},
image: {
type: [String, Function]
},
title: {
type: [String, Function]
}
};
export { props as default };
//# sourceMappingURL=list-item-meta-props.js.map