mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
composebox_typeahead: Convert module to typescript.
This commit is contained in:
@@ -30,7 +30,7 @@ export const popular_emojis = [
|
||||
|
||||
const unicode_marks = /\p{M}/gu;
|
||||
|
||||
type Emoji =
|
||||
export type Emoji =
|
||||
| {
|
||||
emoji_name: string;
|
||||
reaction_type: "realm_emoji" | "zulip_extra_emoji";
|
||||
|
||||
Reference in New Issue
Block a user