Skip to content

Commit 04fcde5

Browse files
authored
revert 877 (#894)
1 parent ca13aaf commit 04fcde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AnnotationPluginOptions, BoxAnnotationOptions, EllipseAnnotationOptions
33

44
declare module 'chart.js' {
55
// eslint-disable-next-line @typescript-eslint/no-unused-vars
6-
interface PluginOptionsByType<TType extends ChartType = ChartType> {
6+
interface PluginOptionsByType<TType extends ChartType> {
77
annotation: AnnotationPluginOptions;
88
}
99

0 commit comments

Comments
 (0)