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 f21a78d commit abfd2caCopy full SHA for abfd2ca
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