composebox_typeahead: Convert module to typescript.

This commit is contained in:
evykassirer
2024-04-25 14:03:00 -07:00
committed by Tim Abbott
parent 7f9361a865
commit 96c9950115
14 changed files with 776 additions and 422 deletions

View File

@@ -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";