UNPKG

element-plus

Version:

A Component Library for Vue 3

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