Initial commit
This commit is contained in:
8
src/i18n/i18next.d.ts
vendored
Normal file
8
src/i18n/i18next.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import "i18next";
|
||||
|
||||
// declare custom type options so the return is always a string.
|
||||
declare module "i18next" {
|
||||
interface CustomTypeOptions {
|
||||
returnNull: false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user