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

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 283 bytes
Line 
1import type { ClientRectObject, PositioningStrategy } from "../types";
2import type { Boundary, RootBoundary } from "../enums";
3export default function getClippingRect(element: Element, boundary: Boundary, rootBoundary: RootBoundary, strategy: PositioningStrategy): ClientRectObject;
Note: See TracBrowser for help on using the repository browser.