Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg committed Dec 8, 2024
1 parent 83dc6fc commit a46a26b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/@types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,3 @@ module "monaco-vim" {
};
};
}

declare interface Navigator {
keyboard?: {
getLayoutMap?: () => Promise<Map<string, string>>;
};
}

0 comments on commit a46a26b

Please sign in to comment.