From 401baf0ab436f114ca89f319eda0200a04baed97 Mon Sep 17 00:00:00 2001 From: cormacbeagan Date: Wed, 28 Apr 2021 18:13:04 +0200 Subject: [PATCH] add getDrawColor() to types on line 732 --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index 0af68e359..330289154 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -729,6 +729,7 @@ declare module "jspdf" { getCharSpace(): number; getCreationDate(type: string): Date; getCurrentPageInfo(): PageInfo; + getDrawColor(): string; getFileId(): string; getFillColor(): string; getFont(): Font;