UNPKG

@zhangke-ui/t-ui-plus

Version:

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; }