UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

18 lines (15 loc) 527 B
'use strict'; const UiCheckboxGroupPropsOption = { modelValue: { type: Array, required: true }, name: { type: String }, max: { type: Number }, min: { type: Number } }; const UiCheckboxGroupEmits = { change: () => true }; const UiCheckboxGroupInjectionKey = Symbol("UiCheckboxGroupInjectionKey"); exports.UiCheckboxGroupEmits = UiCheckboxGroupEmits; exports.UiCheckboxGroupInjectionKey = UiCheckboxGroupInjectionKey; exports.UiCheckboxGroupPropsOption = UiCheckboxGroupPropsOption; //# sourceMappingURL=index.js.map