UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

14 lines (12 loc) 418 B
const UiCheckboxGroupPropsOption = { modelValue: { type: Array, required: true }, name: { type: String }, max: { type: Number }, min: { type: Number } }; const UiCheckboxGroupEmits = { change: () => true }; const UiCheckboxGroupInjectionKey = Symbol("UiCheckboxGroupInjectionKey"); export { UiCheckboxGroupEmits, UiCheckboxGroupInjectionKey, UiCheckboxGroupPropsOption }; //# sourceMappingURL=index.mjs.map