去掉browserwindow的声明

This commit is contained in:
fofolee 2022-04-26 15:06:45 +08:00
parent d39a0bb740
commit 035d5aab67

View File

@ -280,13 +280,6 @@ interface UToolsApi {
* *
*/ */
subInputBlur(): boolean; subInputBlur(): boolean;
/**
*
* @param url html
* @param options https://www.electronjs.org/docs/api/browser-window#new-browserwindowoptions
* @param callback url
*/
createBrowserWindow(url: string, options: { width?: number, height?: number }, callback?: () => void): { id: number, [key: string]: any, webContents: { id: number, [key: string]: any } };
/** /**
* *
*/ */