@zag-js/rect-utils 0.78.2 → 0.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -150,7 +150,7 @@ type WindowRectOptions = {
|
|
|
150
150
|
excludeScrollbar?: boolean;
|
|
151
151
|
};
|
|
152
152
|
/**
|
|
153
|
-
* Creates a
|
|
153
|
+
* Creates a rectangle from window object
|
|
154
154
|
*/
|
|
155
155
|
declare function getWindowRect(win: Window, opts?: WindowRectOptions): Rect;
|
|
156
156
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -150,7 +150,7 @@ type WindowRectOptions = {
|
|
|
150
150
|
excludeScrollbar?: boolean;
|
|
151
151
|
};
|
|
152
152
|
/**
|
|
153
|
-
* Creates a
|
|
153
|
+
* Creates a rectangle from window object
|
|
154
154
|
*/
|
|
155
155
|
declare function getWindowRect(win: Window, opts?: WindowRectOptions): Rect;
|
|
156
156
|
/**
|