Skip to content

Commit c1e3dfd

Browse files
committed
fix: types export
1 parent f4ac52d commit c1e3dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export {CustomShapeRenderer} from './utils';
22
export * from './components';
3-
export type {ChartData} from './types';
3+
export * from './types';

0 commit comments

Comments
 (0)