UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (13 loc) 287 B
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