Skip to content

Commit 14aa820

Browse files
author
Bahtya
committed
fix: add TimeRange to date/index.ts re-export
The shared/index.ts re-exports TimeRange from ./date, but TimeRange was missing from the date barrel (shared/date/index.ts). This caused a resolution failure. TimeRange is defined in shared/date/types.ts alongside DateRange and other date types, so it belongs in the same barrel export. Verified: build passes and TimeRange appears in dist/shared.d.ts. Bahtya
1 parent 5673bf9 commit 14aa820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/shared/date/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export type {
3535
SegmentContentObj,
3636
SegmentPart,
3737
SegmentValueObj,
38+
TimeRange,
3839
TimeSegmentObj,
3940
TimeSegmentPart,
4041
} from './types'

0 commit comments

Comments
 (0)