UNPKG

tdesign-mobile-vue

Version:
29 lines (24 loc) 431 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var IndexesProps = { indexList: { type: Array }, sticky: { type: Boolean, default: true }, stickyOffset: { type: Number, default: 0 }, onChange: Function, onSelect: Function }; exports["default"] = IndexesProps; //# sourceMappingURL=props.js.map