UNPKG

@squirrel-cloud/ui-vue

Version:

松鼠的坚果屋前端VUE框架

12 lines (10 loc) 215 B
import type { SelectionContext } from '..' /** * 单选框上下文 */ export declare interface RadioGroupContext extends SelectionContext { /** * 选中元素 */ checked: string | number | undefined }