xdesign-vue-next
Version:
XDesign Component for vue-next
21 lines (18 loc) • 349 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
/* unplugin-vue-components disabled */var listItemProps = {
action: {
type: [String, Function]
},
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
}
};
export { listItemProps as default };
//# sourceMappingURL=list-item-props.js.map