From d98ab296c71674ea6b3ef449f31790ec6752ab4c Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 29 Apr 2023 23:01:17 -0700 Subject: [PATCH] #6096 export serialtab and serialsession classes --- tabby-serial/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) 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'