UNPKG

element-plus

Version:

A Component Library for Vue 3

20 lines (15 loc) 476 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var runtime = require('../../../../utils/vue/props/runtime.js'); const alphaSliderProps = runtime.buildProps({ color: { type: runtime.definePropType(Object), required: true }, vertical: Boolean, disabled: Boolean }); const hueSliderProps = alphaSliderProps; exports.alphaSliderProps = alphaSliderProps; exports.hueSliderProps = hueSliderProps; //# sourceMappingURL=slider.js.map