Editor.tag-popover
Components
TagPopover()
TagPopover(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | ITagPopover |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/Editor/tag-popover.tsx:17
Interfaces
ITagPopover
Properties
Property | Type |
---|---|
currentIndex | number |
handleSelect | (index : number ) => void |
postsLabel? | string |
ref | Ref <HTMLDivElement > |
setIndex | Dispatch <SetStateAction <number >> |
values | Tag [] |