@netless/window-manager 0.4.39 → 0.4.42

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
@@ -90,7 +90,7 @@ export declare type MountParams = {
90
90
  applianceIcons?: ApplianceIcons;
91
91
  };
92
92
  export declare const reconnectRefresher: ReconnectRefresher;
93
- export declare class WindowManager extends InvisiblePlugin<WindowMangerAttributes> implements PageController {
93
+ export declare class WindowManager extends InvisiblePlugin<WindowMangerAttributes, any> implements PageController {
94
94
  static kind: string;
95
95
  static displayer: Displayer;
96
96
  static wrapper?: HTMLElement;