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

    Variable BREAKPOINTSConst Deprecated

    BREAKPOINTS: {
        DESKTOP: number;
        MOBILE: number;
        MOBILE_SMALL: number;
        TABLET: number;
    } = ...

    Breakpoints for responsive design exposed by this hook.

    Prefer RESPONSIVE_BREAKPOINTS from ../systems/ResponsiveScaling for the standard mobile / tablet / desktop tiers. This object is retained as a backward-compatible shim for existing tests and external consumers and additionally exposes the hook-local MOBILE_SMALL (iPhone SE) threshold.

    Type Declaration

    • ReadonlyDESKTOP: number
    • ReadonlyMOBILE: number
    • ReadonlyMOBILE_SMALL: number
    • ReadonlyTABLET: number