Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface IntroScreenProps

    interface IntroScreenProps {
        children?: ReactNode;
        onShowSettings: () => void;
        onShowTraining: () => void;
        onStartGame: () => void;
    }
    Index

    Properties

    children?: ReactNode
    onShowSettings: () => void
    onShowTraining: () => void
    onStartGame: () => void