xdesign-vue-next
Version:
XDesign Component for vue-next
37 lines (32 loc) • 578 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
/* unplugin-vue-components disabled */var props = {
actions: {
type: Array
},
author: {
type: [String, Function]
},
avatar: {
type: [String, Object, Function]
},
content: {
type: [String, Function]
},
datetime: {
type: [String, Function]
},
quote: {
type: [String, Function]
},
reply: {
type: [String, Function]
}
};
exports["default"] = props;
//# sourceMappingURL=props.js.map