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

    Type Alias LoaderPageProps

    type LoaderPageProps = {
        isReady: boolean;
        loadingSeconds?: number;
        subtitles: string[];
        title: string;
    }
    Index

    Properties

    isReady: boolean
    loadingSeconds?: number
    subtitles: string[]
    title: string