tdesign-vue
Version:
24 lines (21 loc) • 346 B
JavaScript
/**
* tdesign v1.15.0
* (c) 2026 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