refactor: printToPDF should be headless (#33654)
This commit is contained in:
parent
0d69067dee
commit
93b39b92b5
17 changed files with 648 additions and 414 deletions
5
typings/internal-electron.d.ts
vendored
5
typings/internal-electron.d.ts
vendored
|
@ -264,6 +264,11 @@ declare namespace ElectronInternal {
|
|||
is_default?: 'true',
|
||||
}
|
||||
|
||||
type PageSize = {
|
||||
width: number,
|
||||
height: number,
|
||||
}
|
||||
|
||||
type ModuleLoader = () => any;
|
||||
|
||||
interface ModuleEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue