Class: RichText
Hierarchy
Component<RichTextProps>↳
RichText
Constructors
constructor
• new RichText(props)
Parameters
| Name | Type |
|---|---|
props | RichTextProps | Readonly<RichTextProps> |
Inherited from
React.Component<RichTextProps>.constructor
• new RichText(props, context)
Parameters
| Name | Type |
|---|---|
props | RichTextProps |
context | any |
Inherited from
React.Component<RichTextProps>.constructor
Methods
render
▸ render(): Element
Returns
Element
Overrides
React.Component.render