Added PDF Print Function
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import 'jspdf';
|
||||
|
||||
declare module 'jspdf' {
|
||||
interface jsPDF {
|
||||
lastAutoTable: {
|
||||
finalY: number;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user