tdesign-mobile-vue
Version:
tdesign-mobile-vue
27 lines (22 loc) • 417 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
asyncLoading: {
type: [String, Function]
},
footer: {
type: [String, Function]
},
header: {
type: [String, Function]
},
onLoadMore: Function,
onScroll: Function
};
exports["default"] = props;
//# sourceMappingURL=props.js.map