UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

13 lines (12 loc) 247 B
const checkboxGroupProps = { modelValue: Array, size: String }; const checkboxGroupEmits = { ["update:modelValue"]: (val) => Array.isArray(val), change: (val) => Array.isArray(val) }; export { checkboxGroupEmits, checkboxGroupProps };