We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ac52d commit c1e3dfdCopy full SHA for c1e3dfd
src/index.ts
@@ -1,3 +1,3 @@
1
export {CustomShapeRenderer} from './utils';
2
export * from './components';
3
-export type {ChartData} from './types';
+export * from './types';
0 commit comments