We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3758a27 commit d018d47Copy full SHA for d018d47
src/index.ts
@@ -15,6 +15,10 @@ export type {
15
MouseOverParams,
16
} from './types';
17
18
+// useChartGPU hook (Story 6.19)
19
+export { useChartGPU } from './useChartGPU';
20
+export type { UseChartGPUResult } from './useChartGPU';
21
+
22
/**
23
* @deprecated Use `ChartGPU` instead. `ChartGPUChart` is kept for backward compatibility.
24
* Will be removed in a future major version.
0 commit comments