From: Samuel Gratzl Date: Wed, 2 Sep 2020 12:10:19 +0000 (+0200) Subject: Fix Invalid Typescript Types (#7748) X-Git-Tag: v3.0.0-beta.2~1^2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a827db5ffdbbd5df4da982f4fb96248e1a0b800;p=thirdparty%2FChart.js.git Fix Invalid Typescript Types (#7748) --- diff --git a/types/core/index.d.ts b/types/core/index.d.ts index 820d34e46..4b106e671 100644 --- a/types/core/index.d.ts +++ b/types/core/index.d.ts @@ -346,7 +346,7 @@ export class DatasetController { destroy?(chart: Chart, options: O): void; } -declare type IChartComponentLike = IChartComponent | IChartComponent[] | { [key: string]: IChartComponent }; +export declare type IChartComponentLike = IChartComponent | IChartComponent[] | { [key: string]: IChartComponent }; /** * Please use the module's default export which provides a singleton instance