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'