source: imaps-frontend/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 480 bytes
Line 
1import type { State, SideObject, Padding, PositioningStrategy } from "../types";
2import type { Placement, Boundary, RootBoundary, Context } from "../enums";
3export declare type Options = {
4 placement: Placement;
5 strategy: PositioningStrategy;
6 boundary: Boundary;
7 rootBoundary: RootBoundary;
8 elementContext: Context;
9 altBoundary: boolean;
10 padding: Padding;
11};
12export default function detectOverflow(state: State, options?: Partial<Options>): SideObject;
Note: See TracBrowser for help on using the repository browser.