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

    Type Alias RegisterOfflinePageProps

    type RegisterOfflinePageProps = {
        clientKey: string;
        onBackButtonClick: () => void;
        onCopySecurityCode: () => void;
        onSubmit: SubmitHandler<RegisterOfflinePayload>;
        policyHref: string;
        termsHref: string;
    }
    Index

    Properties

    clientKey: string
    onBackButtonClick: () => void
    onCopySecurityCode: () => void
    onSubmit: SubmitHandler<RegisterOfflinePayload>
    policyHref: string
    termsHref: string