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 | |
---|
1 | import type { ClientRectObject, PositioningStrategy } from "../types";
|
---|
2 | import type { Boundary, RootBoundary } from "../enums";
|
---|
3 | export default function getClippingRect(element: Element, boundary: Boundary, rootBoundary: RootBoundary, strategy: PositioningStrategy): ClientRectObject;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.