Skip to content

Commit

Permalink
ui-spacetimechart: add export for types spacetimechartprops and hover…
Browse files Browse the repository at this point in the history
…editem
  • Loading branch information
Math-R committed Jan 20, 2025
1 parent 885865b commit 9039e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui-spacetimechart/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import './styles/main.css';

export type { HoveredItem, SpaceTimeChartProps } from './lib/types';

export * from './components/SpaceTimeChart';
export * from './components/PathLayer';
export * from './components/ConflictLayer';
Expand Down

0 comments on commit 9039e7b

Please sign in to comment.