Skip to content

Commit 7d1f711

Browse files
authored
fix: add all types export (#49)
1 parent 3eb6224 commit 7d1f711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)