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

    Interface SettingsScreenProps

    interface SettingsScreenProps {
        onApply: (settings: any) => void;
        onBack: () => void;
    }
    Index

    Properties

    Properties

    onApply: (settings: any) => void
    onBack: () => void