UNPKG

@wocwin/t-ui-plus

Version:

Page level components developed based on 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; }