UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
model
/
index.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_default
: {
type
:
string
;
parse
:
(
option
:
import
(
"../core/option"
).
Option
,
index
:
number
,
chart
:
import
(
"../core/StandardChart"
).
default
) =>
void
; }[];
export
default
_default;