Skip to content

Commit f491ad6

Browse files
committed
Correctly re-export Time and CalendarDate
1 parent 4fe1bbd commit f491ad6

File tree

1 file changed

+3
-1
lines changed
  • packages/bento-design-system/src

1 file changed

+3
-1
lines changed

Diff for: packages/bento-design-system/src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,6 @@ export { useComponentsShowcase } from "./useComponentsShowcase";
127127

128128
export type { ClassValue } from "clsx";
129129

130-
export type { Time, CalendarDate, DateValue } from "@internationalized/date";
130+
export type { DateValue } from "@internationalized/date";
131+
132+
export { Time, CalendarDate } from "@internationalized/date";

0 commit comments

Comments
 (0)