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:
parent
30d2ab8dd3
commit
543be17674
9 changed files with 119 additions and 14 deletions
|
@ -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}[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue