Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Nov 16, 2022
1 parent 549ca92 commit a53ed44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions types/index.esm.d.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
import {
BorderRadius,
CartesianScaleTypeRegistry,
Chart,
ChartType,
ChartComponent,
ChartType,
CommonElementOptions,
CommonHoverOptions,
ControllerDatasetOptions,
CoreChartOptions,
DatasetController,
Element,
ScriptableAndArrayOptions,
ScriptableContext,
VisualElement
} from 'chart.js';
import { AnyObject } from 'chart.js/types/basic';

type AnyObject = Record<string, unknown>;

export interface MatrixControllerDatasetOptions<TType extends ChartType>
extends ControllerDatasetOptions,
Expand Down

0 comments on commit a53ed44

Please sign in to comment.