Class: SubTitle#
Hierarchy#
Component<SubTitleProps>
↳ SubTitle
Table of contents#
Constructors#
Methods#
Constructors#
constructor#
• new SubTitle(props)
Parameters#
| Name | Type |
|---|---|
props |
SubTitleProps | Readonly<SubTitleProps> |
Inherited from#
React.Component<SubTitleProps>.constructor
• new SubTitle(props, context)
Deprecated
See
https://reactjs.org/docs/legacy-context.html
Parameters#
| Name | Type |
|---|---|
props |
SubTitleProps |
context |
any |
Inherited from#
React.Component<SubTitleProps>.constructor
Methods#
render#
▸ render(): Element
Returns#
Element
Overrides#
React.Component.render