UNPKG
@zhangke-ui/t-ui-plus
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
Vue3 中基于Element-plus二次封装基础组件文档
wocwin.github.io/t-ui-plus/
wocwin/t-ui-plus
@zhangke-ui/t-ui-plus
/
lib
/
chart
/
src
/
type.d.ts
8 lines
(7 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
TChartProps
{
options
?:
Record
<
string
,
any
>;
id
?:
string
;
theme
?:
string
;
isEmpty
?:
boolean
| (
(
options
:
Record
<
string
,
any
>
) =>
boolean
);
description
?:
string
; }