Skip to content

Commit

Permalink
Merge pull request #789 from buildo/fix-788
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Sep 29, 2023
2 parents 4fe1bbd + f491ad6 commit 6665e75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/bento-design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ export { useComponentsShowcase } from "./useComponentsShowcase";

export type { ClassValue } from "clsx";

export type { Time, CalendarDate, DateValue } from "@internationalized/date";
export type { DateValue } from "@internationalized/date";

export { Time, CalendarDate } from "@internationalized/date";

0 comments on commit 6665e75

Please sign in to comment.