UNPKG

@vuesax-alpha/nightly

Version:
17 lines (14 loc) 362 B
import '../../../utils/index.mjs'; import { buildProps } from '../../../utils/vue/props/runtime.mjs'; const thumbProps = buildProps({ vertical: { type: Boolean }, size: { type: String }, move: { type: Number }, ratio: { type: Number, required: true }, always: { type: Boolean } }); export { thumbProps }; //# sourceMappingURL=thumb.mjs.map