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 e799e7b commit d927fc5Copy full SHA for d927fc5
src/@types/index.d.ts
@@ -15,23 +15,3 @@ declare module '@ledgerhq/hw-transport-u2f'
15
16
declare module '*.png'
17
declare module '*.svg'
18
-
19
-declare module 'svelte-i18n' {
20
- interface Options {
21
- fallback: string
22
- navigator: boolean
23
- }
24
- export function getClientLocale(options: Options): string
25
26
- export namespace _ {
27
- export function subscribe(dictionary: any): void
28
29
30
- export namespace dictionary {
31
- export function set(dictionary: any): void
32
33
34
- export namespace locale {
35
- export function set(locale: string): void
36
37
-}
0 commit comments