UNPKG

element-plus

Version:

A Component Library for Vue 3

44 lines (39 loc) 908 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index2.js'); require('../../../hooks/index2.js'); var radio = require('./radio3.js'); var props = require('../../../utils/vue/props2.js'); var index = require('../../../hooks/use-common-props/index2.js'); const radioGroupProps = props.buildProps({ id: { type: String, default: void 0 }, size: index.useSizeProp, disabled: Boolean, modelValue: { type: [String, Number, Boolean], default: "" }, fill: { type: String, default: "" }, label: { type: String, default: void 0 }, textColor: { type: String, default: "" }, name: { type: String, default: void 0 } }); const radioGroupEmits = radio.radioEmits; exports.radioGroupEmits = radioGroupEmits; exports.radioGroupProps = radioGroupProps; //# sourceMappingURL=radio-group3.js.map