LiquidGlassJS - v0.0.0
    Preparing search index...

    Interface ScrollEdgeOptions

    interface ScrollEdgeOptions {
        position?: "top" | "bottom";
        size?: number;
        strength?: number;
    }
    Index
    position?: "top" | "bottom"
    size?: number
    strength?: number