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 26b56b0 commit f30c57eCopy full SHA for f30c57e
src/types.ts
@@ -1,4 +1,9 @@
1
-import type { CanvasHTMLAttributes, MutableRefObject, ReactNode } from 'react';
+import type {
2
+ CanvasHTMLAttributes,
3
+ MutableRefObject,
4
+ ReactNode,
5
+ JSX,
6
+} from 'react';
7
import type {
8
Chart,
9
ChartType,
0 commit comments