• Parameters

    Returns ReactNode

Properties

$$typeof: symbol
Option: FC<OptionProps>
_InternalPanelDoNotUseOrYouWillBeFired: ((props) => Element)

Type declaration

    • (props): Element
    • Parameters

      • props: AnyObject

      Returns Element

defaultProps?: Partial<MentionProps & RefAttributes<MentionsRef>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

getMentions: ((value, config?) => MentionsEntity[])

Type declaration

    • (value, config?): MentionsEntity[]
    • Parameters

      • value: string
      • Optional config: MentionsConfig

      Returns MentionsEntity[]

propTypes?: WeakValidationMap<MentionProps & RefAttributes<MentionsRef>>

Generated using TypeDoc