UNPKG

comic-plus

Version:

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

13 lines (12 loc) 292 B
const radioGroupProps = { modelValue: [String, Number], size: String }; const radioGroupEmits = { ["update:modelValue"]: (val) => ["string", "number"].includes(typeof val), change: (val) => ["string", "number"].includes(typeof val) }; export { radioGroupEmits, radioGroupProps };