We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed550f3 commit 9cd34acCopy full SHA for 9cd34ac
src/index.ts
@@ -5,5 +5,9 @@ export { default as useContainerQuery } from './container-queries/use-container-
5
export { default as useControllableState } from './use-controllable-state/use-controllable-state';
6
7
export type { ContainerQueryEntry } from './container-queries/interfaces';
8
-export * from './locale';
9
export type { PropertyDescriptions } from './use-controllable-state/interfaces';
+
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
0 commit comments