Skip to content

@k8slens/extensions / Exports / Renderer / Component / Stepper

Class: Stepper#

Renderer.Component.Stepper

Hierarchy#

Stepper

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

new Stepper(props)

Parameters#

Name Type
props StepperProps | Readonly<StepperProps>

Inherited from#

React.Component<StepperProps, {}>.constructor

new Stepper(props, context)

Deprecated

See

https://legacy.reactjs.org/docs/legacy-context.html

Parameters#

Name Type
props StepperProps
context any

Inherited from#

React.Component<StepperProps, {}>.constructor

Methods#

render#

render(): Element

Returns#

Element

Overrides#

React.Component.render