tdesign-mobile-vue
Version:
tdesign-mobile-vue
23 lines (20 loc) • 339 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
var props = {
asyncLoading: {
type: [String, Function]
},
footer: {
type: [String, Function]
},
header: {
type: [String, Function]
},
onLoadMore: Function,
onScroll: Function
};
export { props as default };
//# sourceMappingURL=props.js.map