UNPKG

element-plus

Version:

A Component Library for Vue 3

15 lines (12 loc) 362 B
import { buildProps, definePropType } from '../../../../utils/vue/props/runtime.mjs'; const alphaSliderProps = buildProps({ color: { type: definePropType(Object), required: true }, vertical: Boolean, disabled: Boolean }); const hueSliderProps = alphaSliderProps; export { alphaSliderProps, hueSliderProps }; //# sourceMappingURL=slider.mjs.map