xdesign-vue-next
Version:
XDesign Component for vue-next
33 lines (30 loc) • 500 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
/* 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]
}
};
export { props as default };
//# sourceMappingURL=props.js.map