Editor.mention-popover
Components
MentionPopover()
MentionPopover(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | MentionPopover |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/Editor/mention-popover.tsx:10
Props
MentionPopover
MentionPopover:
object
Type declaration
Member | Type |
---|---|
currentIndex | number |
handleSelect | (index ) => void |
noMentionsLabel | string |
ref | React.Ref <HTMLDivElement > |
setIndex | React.Dispatch <React.SetStateAction <number >> |
transformSource | (src ) => Image |
values | Profile [] |
Source
libs/design-system-components/src/components/Editor/mention-popover.tsx:10