Skip to content

Commit d018d47

Browse files
committed
Add useChartGPU hook and related type exports to index.ts for enhanced chart functionality.
1 parent 3758a27 commit d018d47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export type {
1515
MouseOverParams,
1616
} from './types';
1717

18+
// useChartGPU hook (Story 6.19)
19+
export { useChartGPU } from './useChartGPU';
20+
export type { UseChartGPUResult } from './useChartGPU';
21+
1822
/**
1923
* @deprecated Use `ChartGPU` instead. `ChartGPUChart` is kept for backward compatibility.
2024
* Will be removed in a future major version.

0 commit comments

Comments
 (0)