fix: fix type for autoresize (again), closes #810

This commit is contained in:
Justineo
2024-08-19 23:41:18 +08:00
parent 1378f6e397
commit b7852ab643
5 changed files with 12 additions and 7 deletions

3
src/index.d.ts vendored
View File

@ -6,6 +6,7 @@ import type {
InitOptions,
UpdateOptions,
LoadingOptions,
AutoResize,
EChartsType,
Emits,
ThemeInjection,
@ -25,7 +26,7 @@ declare type ChartProps = {
updateOptions?: UpdateOptions;
loadingOptions?: LoadingOptions;
option?: Option;
autoresize?: boolean;
autoresize?: AutoResize;
loading?: boolean;
group?: string;
manualUpdate?: boolean;