stream bar: Convert module to typescript.

This commit is contained in:
evykassirer
2023-12-22 15:17:04 -08:00
committed by Tim Abbott
parent c0cdfd78fb
commit d3b5a76a67
2 changed files with 4 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ export type InviteStreamData = {
default_stream: boolean;
};
const DEFAULT_COLOR = "#c2c2c2";
export const DEFAULT_COLOR = "#c2c2c2";
// Expose get_subscriber_count for our automated puppeteer tests.
export const get_subscriber_count = peer_data.get_subscriber_count;