UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

28 lines (23 loc) 461 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */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