We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300e783 commit afc9e1fCopy full SHA for afc9e1f
index.d.ts
@@ -33,7 +33,7 @@ export interface LinearComponentProps extends ChartComponentProps {
33
34
export default class ChartComponent<
35
P extends ChartComponentProps
36
-> extends React.Component<P> {
+> extends React.Component<P, {}> {
37
chart_instance: chartjs;
38
}
39
0 commit comments