Skip to content

Commit

Permalink
Merge pull request #100 from melfore/80-export-data-types
Browse files Browse the repository at this point in the history
Added exports for common types and utilities
  • Loading branch information
luciob committed Sep 22, 2023
2 parents e2819f5 + c7bacd0 commit bfafb3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export { Resource } from "./resources/utils/resources";
export { TaskData } from "./tasks/utils/tasks";
export { TimeRange } from "./utils/time-range";
export { RESOLUTIONS, Resolution } from "./utils/time-resolution";

export { default as KonvaTimeline } from "./KonvaTimeline";

0 comments on commit bfafb3a

Please sign in to comment.