UNPKG

@npmxiaowu/h-ui-plus

Version:

Vue3 中基于Element-plus二次封装基础组件文档

13 lines (11 loc) 208 B
export interface OptionsProps { value: string label: string disabled: string } export interface CheckboxItem { value: string | number | boolean label: string slot?: string disabled?: boolean }