Skip to content

Commit d849ee0

Browse files
authored
feat: re-export i18next instance (#500)
1 parent ccbe75e commit d849ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/i18next/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { InternationalizationHandler } from './lib/InternationalizationHandler';
22
import type { InternationalizationClientOptions } from './lib/types';
33

4-
export type { TFunction, TOptions } from 'i18next';
4+
export { default as i18next, type TFunction, type TOptions } from 'i18next';
55
export * from './lib/InternationalizationHandler';
66
export * from './lib/functions';
77
export * from './lib/types';

0 commit comments

Comments
 (0)