We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe1bbd commit f491ad6Copy full SHA for f491ad6
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