xdesign-vue-next
Version:
XDesign Component for vue-next
24 lines (21 loc) • 383 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
/* unplugin-vue-components disabled */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