We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fe1bbd + f491ad6 commit 6665e75Copy full SHA for 6665e75
packages/bento-design-system/src/index.ts
@@ -127,4 +127,6 @@ export { useComponentsShowcase } from "./useComponentsShowcase";
127
128
export type { ClassValue } from "clsx";
129
130
-export type { Time, CalendarDate, DateValue } from "@internationalized/date";
+export type { DateValue } from "@internationalized/date";
131
+
132
+export { Time, CalendarDate } from "@internationalized/date";
0 commit comments