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

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

There is a newer version: 2.11.8
Show newest version
import type { State, Padding } from "../types";
import type { Placement, ComputedPlacement, Boundary, RootBoundary } from "../enums";
declare type Options = {
    placement: Placement;
    padding: Padding;
    boundary: Boundary;
    rootBoundary: RootBoundary;
    flipVariations: boolean;
    allowedAutoPlacements?: Array;
};
export default function computeAutoPlacement(state: Partial, options?: Options): Array;
export {};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy