Skip to content

Commit 61d6434

Browse files
committed
Types for the registerables import
1 parent 82d4cea commit 61d6434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.esm.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@ export declare class Chart<
497497
static unregister(...items: ChartComponentLike[]): void;
498498
}
499499

500+
export const registerables: readonly ChartComponentLike[];
501+
500502
export declare type ChartItem =
501503
| string
502504
| CanvasRenderingContext2D

0 commit comments

Comments
 (0)