tdesign-mobile-vue
Version:
tdesign-mobile-vue
29 lines (24 loc) • 431 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
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