mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
export frontend classes
This commit is contained in:
@@ -49,6 +49,9 @@ import { WindowsStockShellsProvider } from './shells/windowsStock'
|
||||
import { WSLShellProvider } from './shells/wsl'
|
||||
|
||||
import { hterm } from './frontends/hterm'
|
||||
import { Frontend } from './frontends/frontend'
|
||||
import { HTermFrontend } from './frontends/htermFrontend'
|
||||
import { XTermFrontend } from './frontends/xtermFrontend'
|
||||
|
||||
/** @hidden */
|
||||
@NgModule({
|
||||
@@ -212,4 +215,5 @@ export default class TerminalModule {
|
||||
}
|
||||
|
||||
export { TerminalService, BaseSession, TerminalTabComponent, TerminalFrontendService, BaseTerminalTabComponent }
|
||||
export { Frontend, XTermFrontend, HTermFrontend }
|
||||
export * from './api'
|
||||
|
Reference in New Issue
Block a user