Add initial keyboard shortcut support.
This commit is contained in:
Vendored
+4
@@ -5,3 +5,7 @@ declare module 'view' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
interface ViewContext {}
|
||||
}
|
||||
declare module 'action' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
interface ActionContext {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user