Skip to content

Commit

Permalink
Correctly re-export Time and CalendarDate
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Sep 28, 2023
1 parent 4fe1bbd commit f491ad6
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 f491ad6

Please sign in to comment.