UNPKG

tdesign-mobile-vue

Version:
25 lines (22 loc) 353 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ var IndexesProps = { indexList: { type: Array }, sticky: { type: Boolean, default: true }, stickyOffset: { type: Number, default: 0 }, onChange: Function, onSelect: Function }; export { IndexesProps as default }; //# sourceMappingURL=props.js.map