UNPKG

zhytech-ui

Version:

基于Vue3 + ElementPlus + TypeScript封装的组件库

11 lines (10 loc) 140 B
declare interface OptionView { /** * ID */ key: number | string; /** * 文本内容 */ value: string; }