mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
Fuzzy-Searchable Emoji Picker
This commit is contained in:
committed by
Scott Nonnenberg
parent
2f47a3570b
commit
0e9d549cf3
5
js/modules/data.d.ts
vendored
5
js/modules/data.d.ts
vendored
@@ -18,3 +18,8 @@ export function getRecentStickers(): Promise<
|
||||
packId: string;
|
||||
}>
|
||||
>;
|
||||
|
||||
export function updateEmojiUsage(shortName: string): Promise<void>;
|
||||
export function getRecentEmojis(
|
||||
limit: number
|
||||
): Promise<Array<{ shortName: string; lastUsage: string }>>;
|
||||
|
||||
Reference in New Issue
Block a user