Does the echarts instance have a type defined for Typescript?

600 Views Asked by At

Does echarts provide a type for the echarts instance? I currently have it typed as any:

  /**
   * The echarts instance.
   */
  echartsIntance: any;

Curious if it has an actual type like the options do?

0

There are 0 best solutions below