UNPKG

comic-plus

Version:

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

13 lines (12 loc) 416 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const radioGroupProps = { modelValue: [String, Number], size: String }; const radioGroupEmits = { ["update:modelValue"]: (val) => ["string", "number"].includes(typeof val), change: (val) => ["string", "number"].includes(typeof val) }; exports.radioGroupEmits = radioGroupEmits; exports.radioGroupProps = radioGroupProps;