UNPKG

tdesign-mobile-vue

Version:
23 lines (20 loc) 339 B
/** * 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