chore: move libs only used in browser out of common (#31780)
This commit is contained in:
parent
4c4ed6c705
commit
18cc33055d
7 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
import { BrowserWindow } from 'electron/main';
|
||||
import type { BrowserWindowConstructorOptions, Referrer, WebContents, LoadURLOptions } from 'electron/main';
|
||||
import { parseFeatures } from '@electron/internal/common/parse-features-string';
|
||||
import { parseFeatures } from '@electron/internal/browser/parse-features-string';
|
||||
import { IPC_MESSAGES } from '@electron/internal/common/ipc-messages';
|
||||
|
||||
type PostData = LoadURLOptions['postData']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue