UNPKG

@pusdn/pgz-comp-elep

Version:

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

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