All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.utils.detectOverflow.d.ts Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
import type { State, SideObject, Padding, PositioningStrategy } from "../types";
import type { Placement, Boundary, RootBoundary, Context } from "../enums";
export declare type Options = {
    placement: Placement;
    strategy: PositioningStrategy;
    boundary: Boundary;
    rootBoundary: RootBoundary;
    elementContext: Context;
    altBoundary: boolean;
    padding: Padding;
};
export default function detectOverflow(state: State, options?: Partial): SideObject;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy