@rocket.chat/onboarding-ui
    Preparing search index...

    Type Alias AwaitingConfirmationPageProps

    type AwaitingConfirmationPageProps = {
        currentStep: number;
        description?: ReactNode;
        emailAddress: string;
        onChangeEmailRequest: () => void;
        onResendEmailRequest: () => void;
        securityCode: string;
        stepCount: number;
        title?: ReactNode;
    }
    Index

    Properties

    currentStep: number
    description?: ReactNode
    emailAddress: string
    onChangeEmailRequest: () => void
    onResendEmailRequest: () => void
    securityCode: string
    stepCount: number
    title?: ReactNode