scichart-engine 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -266,7 +266,7 @@ export declare class ChartImpl implements Chart {
266
266
  * Load state from URL hash
267
267
  */
268
268
  fromUrlHash(hash: string, compressed?: boolean): void;
269
- use(plugin: any): void;
269
+ use(plugin: import('../../plugins').ChartPlugin): void;
270
270
  resize(): void;
271
271
  requestRender(): void;
272
272
  requestOverlayRender(): void;