@openfin/workspace-platform 19.1.13 → 19.1.14
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/common/src/utils/window.d.ts +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -130,7 +130,7 @@ export declare function animateSize(width: number, height: number): Promise<void
|
|
|
130
130
|
* @param identity the window identity
|
|
131
131
|
* @returns boolean
|
|
132
132
|
*/
|
|
133
|
-
export declare const isBrowserWindow: (identity: OpenFin.Identity) => Promise<
|
|
133
|
+
export declare const isBrowserWindow: (identity: OpenFin.Identity) => Promise<any>;
|
|
134
134
|
/**
|
|
135
135
|
* Force document body size. Called when resizing or on scaling changes.
|
|
136
136
|
*/
|