Search
    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

    Имя шага.