UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

39 lines (36 loc) 736 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* 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 }; export { props as default }; //# sourceMappingURL=props.js.map