mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
compose_closed_ui: Migrate module to TypeScript.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user