diff --git a/tabby-serial/src/index.ts b/tabby-serial/src/index.ts index 4f4261b4..b3c5e38e 100644 --- a/tabby-serial/src/index.ts +++ b/tabby-serial/src/index.ts @@ -36,3 +36,6 @@ import { SerialProfilesService } from './profiles' ], }) export default class SerialModule { } // eslint-disable-line @typescript-eslint/no-extraneous-class + +export { SerialTabComponent } +export { SerialSession } from './api'