@rongcloud/electron 5.36.7 → 5.38.0-alpha.2

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/index.d.ts CHANGED
@@ -1,7 +1,3 @@
1
- /** [EN]
2
- * Log level definitions
3
- * @category Enum
4
- */
5
1
  /**
6
2
  * 日志打印等级定义
7
3
  * @category Enum
@@ -90,14 +86,14 @@ interface IInitOptions {
90
86
  declare class RCMainClient {
91
87
  #private;
92
88
  static init(options: IInitOptions): RCMainClient;
93
- private _rendererInitOptions;
94
- private _svr;
89
+
90
+
95
91
  constructor(initOptions: Required<IInitOptions>);
96
- private _initIpcEventListeners;
97
- private _senders;
98
- private _registerRenderers;
99
- private _send2Renderer;
100
- private _send2AllRenderer;
92
+
93
+
94
+
95
+
96
+
101
97
  /**
102
98
  * @deprecated
103
99
  */