@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
17 lines (14 loc) • 362 B
JavaScript
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