Add emoji picker to chat composer (#5196)

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Co-authored-by: Adrov Igor <nucleartux@gmail.com>
This commit is contained in:
Eric Bailey 2024-09-06 17:58:47 -05:00 committed by GitHub
parent 30d2ab8dd3
commit 543be17674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 119 additions and 14 deletions

View file

@ -34,7 +34,7 @@ export interface ComposerOpts {
quote?: ComposerOptsQuote
quoteCount?: number
mention?: string // handle of user to mention
openPicker?: (pos: DOMRect | undefined) => void
openEmojiPicker?: (pos: DOMRect | undefined) => void
text?: string
imageUris?: {uri: string; width: number; height: number}[]
}