UNPKG

tdesign-mobile-vue

Version:
27 lines (22 loc) 417 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; 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