更新声明文件

This commit is contained in:
fofolee 2022-05-02 12:44:11 +08:00
parent da772d2bc5
commit efee673358

View File

@ -360,6 +360,18 @@ interface quickcommandApi {
* uTools * uTools
*/ */
wakeUtools(); wakeUtools();
/**
*
*/
readClipboard(): text<string>;
/**
*
*
* @param txt
*/
writeClipboard(txt: string);
} }
declare var quickcommand: quickcommandApi; declare var quickcommand: quickcommandApi;