UNPKG

zhytech-ui

Version:

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

15 lines (14 loc) 239 B
declare interface SelectOptionsView { /** * 选项的值 */ value: string | number; /** * 选项名称 */ label: string; /** * @description: 子项 */ children?: SelectOptionsView[]; }