react-playground
    Preparing search index...

    Variable WaveBoxContextConst

    WaveBoxContext: Context<
        {
            heightCycle: number;
            maxHeight: number;
            maxWidth: number;
            minHeight: number;
            minWidth: number;
            tick: number;
            widthCycle: number;
        },
    > = ...

    WaveBoxContext that provides the context for the WaveBox. It contains the properties needed to calculate the wave-like behavior.