@manycore/custom-sdk 3.1.15 → 3.1.16

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.
Files changed (3) hide show
  1. package/index.d.ts +2 -0
  2. package/index.js +17 -17
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -92,6 +92,8 @@ export declare class Application {
92
92
  * ```
93
93
  */
94
94
  start(option?: IApplicationStartOption): Promise<void>;
95
+ private handleFocus;
96
+ private handleBlur;
95
97
  /**
96
98
  * 初始化语言类型(默认不需要处理)
97
99
  *