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.
2 parents 300e783 + afc9e1f commit a3ceee2Copy full SHA for a3ceee2
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