ref: export AppHotkeyProvider from tabby-core

This commit is contained in:
Clem 2023-02-04 11:04:06 +01:00 committed by Eugene
parent 69d884e164
commit 44a39b022c

View file

@ -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'