mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-27 10:55:07 +08:00
fix: fix type for autoresize (again), closes #810
This commit is contained in:
3
src/index.d.ts
vendored
3
src/index.d.ts
vendored
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user