From 44a39b022c71a9962936977a64eb4936537ff00e Mon Sep 17 00:00:00 2001 From: Clem Date: Sat, 4 Feb 2023 11:04:06 +0100 Subject: [PATCH] ref: export AppHotkeyProvider from tabby-core --- tabby-core/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tabby-core/src/index.ts b/tabby-core/src/index.ts index a05bc691..c0be2804 100644 --- a/tabby-core/src/index.ts +++ b/tabby-core/src/index.ts @@ -258,6 +258,7 @@ export default class AppModule { // eslint-disable-line @typescript-eslint/no-ex export { AppRootComponent as bootstrap } export * from './api' +export { AppHotkeyProvider } // Deprecations export { ToolbarButton as IToolbarButton } from './api'