You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
704 B

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var props = require('../../../utils/props.js');
require('../../../hooks/index.js');
var radio = require('./radio.js');
var index = require('../../../hooks/use-common-props/index.js');
const radioGroupProps = props.buildProps({
size: index.useSizeProp,
disabled: Boolean,
modelValue: {
type: [String, Number, Boolean],
default: ""
},
fill: {
type: String,
default: ""
},
textColor: {
type: String,
default: ""
}
});
const radioGroupEmits = radio.radioEmits;
exports.radioGroupEmits = radioGroupEmits;
exports.radioGroupProps = radioGroupProps;
//# sourceMappingURL=radio-group.js.map