diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index 6c99f3be30..670eb9e44b 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -60,9 +60,3 @@ module "monaco-vim" { }; }; } - -declare interface Navigator { - keyboard?: { - getLayoutMap?: () => Promise>; - }; -}