Skip to content

Commit 6665e75

Browse files
authored
Merge pull request #789 from buildo/fix-788
2 parents 4fe1bbd + f491ad6 commit 6665e75

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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)