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

    Type Alias RegisterServerPageProps

    type RegisterServerPageProps = {
        currentStep: number;
        initialValues?: Partial<RegisterServerPayload>;
        offline?: boolean;
        onClickRegisterOffline: () => void;
        onSubmit: SubmitHandler<RegisterServerPayload>;
        policyHref?: string;
        stepCount: number;
        termsHref?: string;
        validateEmail?: Validate<
            FieldPathValue<RegisterServerPayload, "email">,
            RegisterServerPayload,
        >;
    }
    Index

    Properties

    currentStep: number
    initialValues?: Partial<RegisterServerPayload>
    offline?: boolean
    onClickRegisterOffline: () => void
    onSubmit: SubmitHandler<RegisterServerPayload>
    policyHref?: string
    stepCount: number
    termsHref?: string
    validateEmail?: Validate<
        FieldPathValue<RegisterServerPayload, "email">,
        RegisterServerPayload,
    >