UNPKG
@faakhir/headlamp-plugin
Version:
latest (0.11.5-dev)
0.11.5-dev
0.11.4-dev
The needed infrastructure for building Headlamp plugins.
@faakhir/headlamp-plugin
/
lib
/
i18n
/
i18nextSharedConfig.d.mts
8 lines
(7 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
declare
namespace _default {
let
contextSeparator
:
string
;
let
namespaces
:
string
[];
let
defaultNamespace
:
string
;
let
localesPath
:
string
; }
export
default
_default;