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:
353 bytes
|
Line | |
---|
1 | import type { Rect, PositioningStrategy, Offsets, ClientRectObject } from "../types";
|
---|
2 | import { Placement } from "../enums";
|
---|
3 | export default function computeOffsets({ reference, element, placement }: {
|
---|
4 | reference: Rect | ClientRectObject;
|
---|
5 | element: Rect | ClientRectObject;
|
---|
6 | strategy: PositioningStrategy;
|
---|
7 | placement?: Placement;
|
---|
8 | }): Offsets;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.