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 8027fa8 commit 30d5c2dCopy full SHA for 30d5c2d
src/index.tsx
@@ -1,7 +1,3 @@
1
-// @todo Remove these exports
2
-export { default as Chart } from 'chart.js/auto';
3
-export { defaults } from 'chart.js';
4
-
5
// @todo Make named export instead of default
6
export { Chart as default } from './chart';
7
export type { ChartProps } from './types';
0 commit comments