@netless/window-manager 1.0.8 → 1.0.9-beta.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.ts CHANGED
@@ -1297,6 +1297,7 @@ declare class WindowManager extends InvisiblePlugin<WindowMangerAttributes, any>
1297
1297
  private _fullscreen?;
1298
1298
  private _cursorUIDs;
1299
1299
  private _cursorUIDsStyleDOM?;
1300
+ _appliancePlugin?: any;
1300
1301
  private boxManager?;
1301
1302
  private static params?;
1302
1303
  static extendClass?: ExtendClass$1;