UNPKG

@pusdn/pgz-comp-elep

Version:

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

8 lines (7 loc) 200 B
export interface TChartProps { options?: Record<string, any>; id?: string; theme?: string; isEmpty?: boolean | ((options: Record<string, any>) => boolean); description?: string; }