Preparing search index...
    interface WizardNavigationProps {
        allowNext?: boolean;
        allowPrev?: boolean;
        beforeNextStep?: () => void;
        beforePrevStep?: () => void;
        stepSize?: WizardStepSize;
    }
    Index

    Properties

    allowNext?: boolean
    allowPrev?: boolean
    beforeNextStep?: () => void
    beforePrevStep?: () => void
    stepSize?: WizardStepSize