"use strict";const e=require("../../libs/vue.js"),o=require("../../libs/config/props.js"),r=e.defineMixin({props:{modelValue:{type:[String,Number,Boolean],default:()=>o.defProps.radioGroup.value},disabled:{type:Boolean,default:()=>o.defProps.radioGroup.disabled},shape:{type:String,default:()=>o.defProps.radioGroup.shape},activeColor:{type:String,default:()=>o.defProps.radioGroup.activeColor},inactiveColor:{type:String,default:()=>o.defProps.radioGroup.inactiveColor},name:{type:String,default:()=>o.defProps.radioGroup.name},size:{type:[String,Number],default:()=>o.defProps.radioGroup.size},placement:{type:String,default:()=>o.defProps.radioGroup.placement},label:{type:[String],default:()=>o.defProps.radioGroup.label},labelColor:{type:[String],default:()=>o.defProps.radioGroup.labelColor},labelSize:{type:[String,Number],default:()=>o.defProps.radioGroup.labelSize},labelDisabled:{type:Boolean,default:()=>o.defProps.radioGroup.labelDisabled},iconColor:{type:String,default:()=>o.defProps.radioGroup.iconColor},iconSize:{type:[String,Number],default:()=>o.defProps.radioGroup.iconSize},borderBottom:{type:Boolean,default:()=>o.defProps.radioGroup.borderBottom},iconPlacement:{type:String,default:()=>o.defProps.radio.iconPlacement}}});exports.props=r;