Skip to content

Commit 9cd34ac

Browse files
committed
fix: imports
1 parent ed550f3 commit 9cd34ac

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ export { default as useContainerQuery } from './container-queries/use-container-
55
export { default as useControllableState } from './use-controllable-state/use-controllable-state';
66

77
export type { ContainerQueryEntry } from './container-queries/interfaces';
8-
export * from './locale';
98
export type { PropertyDescriptions } from './use-controllable-state/interfaces';
9+
10+
// Locale utils
11+
export { mergeLocales } from './locale/merge-locales';
12+
export { normalizeLocale } from './locale/normalize-locale';
13+
export { normalizeStartOfWeek, DayIndex } from './locale/normalize-start-of-week';

src/locale/index.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)