various-ui
Version:
This is a test version of the Vue 3 component library
15 lines (12 loc) • 333 B
JavaScript
;
const UiRadioPropsOption = {
modelValue: { type: String, default: "" },
value: { required: true }
};
const UiRadioEmits = {
"change": (_ev) => true,
"update:modelValue": (_data) => true
};
exports.UiRadioEmits = UiRadioEmits;
exports.UiRadioPropsOption = UiRadioPropsOption;
//# sourceMappingURL=index.js.map