Skip to content

Commit

Permalink
we might want to export the types here
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Jan 9, 2025
1 parent df31c02 commit 424e6ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/js-packages/charts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ export { ThemeProvider } from './src/providers/theme';

// Hooks
export { default as useChartMouseHandler } from './src/hooks/use-chart-mouse-handler';

// Types
export type * from './src/types';
export type { BaseTooltipProps } from './src/components/tooltip';

0 comments on commit 424e6ea

Please sign in to comment.