Skip to content

Commit 286189e

Browse files
authored
add getDrawColor() to typings (#3148)
1 parent 8e0aeaa commit 286189e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ declare module "jspdf" {
729729
getCharSpace(): number;
730730
getCreationDate(type: string): Date;
731731
getCurrentPageInfo(): PageInfo;
732+
getDrawColor(): string;
732733
getFileId(): string;
733734
getFillColor(): string;
734735
getFont(): Font;

0 commit comments

Comments
 (0)