xdesign-vue-next
Version:
XDesign Component for vue-next
43 lines (38 loc) • 814 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
/* unplugin-vue-components disabled */var props = {
asyncLoading: {
type: [String, Function]
},
footer: {
type: [String, Function]
},
header: {
type: [String, Function]
},
layout: {
type: String,
"default": "horizontal",
validator: function validator(val) {
return ["horizontal", "vertical"].includes(val);
}
},
size: {
type: String,
"default": "medium",
validator: function validator(val) {
return ["small", "medium", "large"].includes(val);
}
},
split: Boolean,
stripe: Boolean,
onLoadMore: Function,
onScroll: Function
};
exports["default"] = props;
//# sourceMappingURL=props.js.map