Preparing search index...

    Type Alias WelcomeScreenProps

    Props for the WelcomeScreen component

    type WelcomeScreenProps = {
        onStartTutorial: () => void;
        onSkip: () => void;
    }
    Index

    Properties

    onStartTutorial: () => void

    Callback fired when user chooses to start the tutorial

    onSkip: () => void

    Callback fired when user chooses to skip the tutorial