UNPKG

@arco-design/web-vue

Version:

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

7 lines (6 loc) 176 B
import { TagData } from '../../input-tag/interface'; export interface SelectViewValue extends TagData { value: string | number; label: string; closable: boolean; }