compose_closed_ui: Migrate module to TypeScript.

This commit is contained in:
Temidayo32
2024-04-11 17:44:26 +00:00
committed by Tim Abbott
parent 28c13f6d0e
commit 91bd6e2b12
3 changed files with 37 additions and 21 deletions

View File

@@ -49,6 +49,8 @@ export type MessageList = {
append_opts: {messages_are_new: boolean},
) => RenderInfo | undefined;
last: () => Message | undefined;
visibly_empty: () => boolean;
selected_message: () => Message;
};
export let current: MessageList | undefined;