ms-types 0.6.2 → 0.6.3
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/package.json
CHANGED
package/types/ime.d.ts
CHANGED
|
@@ -87,13 +87,4 @@ declare namespace ime {
|
|
|
87
87
|
* }
|
|
88
88
|
*/
|
|
89
89
|
function setClipboard(text: string): boolean;
|
|
90
|
-
/**
|
|
91
|
-
* 切换键盘
|
|
92
|
-
* @returns {boolean} 如果成功返回 true,否则返回 false
|
|
93
|
-
* @example
|
|
94
|
-
* if (ime.switchKeyboard()) {
|
|
95
|
-
* logi("键盘已切换")
|
|
96
|
-
* }
|
|
97
|
-
*/
|
|
98
|
-
function switchKeyboard(): boolean;
|
|
99
90
|
}
|