UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

12 lines (10 loc) 278 B
const UiRadioPropsOption = { modelValue: { type: String, default: "" }, value: { required: true } }; const UiRadioEmits = { "change": (_ev) => true, "update:modelValue": (_data) => true }; export { UiRadioEmits, UiRadioPropsOption }; //# sourceMappingURL=index.mjs.map