Preparing search index...
    type WizardStep<N = string> = {
        component: ReactElement;
        label: string;
        name: N;
    }

    Type Parameters

    • N = string
    Index

    Properties

    Properties

    component: ReactElement
    label: string
    name: N