UNPKG

@pusdn/pgz-comp-elep

Version:

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

17 lines (16 loc) 410 B
export interface PgzSearchSelectProps { modelValue?: string | number | Array<any> | undefined; pgzvalue?: any; disabled?: boolean; dictOptions?: Array<any>; async?: boolean; placeholder?: string; dict?: string; mhFields?: string; popContainer?: string; pageSize?: number; getPopupContainer?: Function; mode?: string; size?: string; emptyText?: string; }