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.
i18next
1 parent ccbe75e commit d849ee0Copy full SHA for d849ee0
packages/i18next/src/index.ts
@@ -1,7 +1,7 @@
1
import type { InternationalizationHandler } from './lib/InternationalizationHandler';
2
import type { InternationalizationClientOptions } from './lib/types';
3
4
-export type { TFunction, TOptions } from 'i18next';
+export { default as i18next, type TFunction, type TOptions } from 'i18next';
5
export * from './lib/InternationalizationHandler';
6
export * from './lib/functions';
7
export * from './lib/types';
0 commit comments