Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Interface AccessibilityContextValue

    Accessibility context value interface

    interface AccessibilityContextValue {
        highContrast: boolean;
        reducedMotion: boolean;
        setHighContrast: (enabled: boolean) => void;
        toggleHighContrast: () => void;
    }
    Index

    Properties

    highContrast: boolean
    reducedMotion: boolean
    setHighContrast: (enabled: boolean) => void
    toggleHighContrast: () => void