Skip to content

Commit dbd7770

Browse files
feat: calendar
1 parent 5375009 commit dbd7770

5 files changed

Lines changed: 473 additions & 85 deletions

File tree

packages/react-time/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export type {
66
} from './useCalendar'
77

88
// Re-export ResizeError and AvailabilityConflict from core package
9-
export type { ResizeError, AvailabilityConflict } from '@tanstack/time'
9+
export type {
10+
ResizeError,
11+
AvailabilityConflict,
12+
UnavailabilityReason,
13+
} from '@tanstack/time'
1014

1115
export {
1216
calculateGhostPreviewStyle,

0 commit comments

Comments
 (0)