UNPKG

@vuesax-alpha/nightly

Version:
21 lines (16 loc) 454 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const thumbProps = runtime.buildProps({ vertical: { type: Boolean }, size: { type: String }, move: { type: Number }, ratio: { type: Number, required: true }, always: { type: Boolean } }); exports.thumbProps = thumbProps; //# sourceMappingURL=thumb.js.map