mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix(pdfMake): add pageSize type (#37290)
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
3dbf74974e
commit
93013898d7
2
types/pdfmake/index.d.ts
vendored
2
types/pdfmake/index.d.ts
vendored
@@ -198,7 +198,7 @@ declare module "pdfmake/build/pdfmake" {
|
||||
) => boolean;
|
||||
pageMargins?: Margins;
|
||||
pageOrientation?: PageOrientation;
|
||||
pageSize?: PageSize;
|
||||
pageSize?: PageSize | { width: number; height: number };
|
||||
styles?: Style;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user