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