Skip to content

@k8slens/extensions / Exports / Renderer / Component / SubTitle

Class: SubTitle#

Renderer.Component.SubTitle

Hierarchy#

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://legacy.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