UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

7 lines (6 loc) 161 B
import { RenderContent } from '../_utils/types'; export interface RadioOption { label?: RenderContent; value: string | number; disabled?: boolean; }