UNPKG

@arco-design/web-vue

Version:

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

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