UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

25 lines (20 loc) 427 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var listItemProps = { action: { type: [String, Function] }, content: { type: [String, Function] }, "default": { type: [String, Function] } }; exports["default"] = listItemProps; //# sourceMappingURL=list-item-props.js.map